Class PCMStream
Inheritance
System.Object
PCMStream
Assembly: Cosmos.HAL2.dll
Syntax
public class PCMStream : object
Constructors
|
Improve this Doc
View Source
PCMStream(Double, Char[])
Declaration
public PCMStream(double freq, char[] data)
Parameters
Type |
Name |
Description |
System.Double |
freq |
|
System.Char[] |
data |
|
Methods
|
Improve this Doc
View Source
getData()
Declaration
Returns
Type |
Description |
System.Char[] |
|
|
Improve this Doc
View Source
getFreq()
Declaration
Returns
Type |
Description |
System.Double |
|