Class AudioData
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public class AudioData
Properties
Audio
Declaration
public short[] Audio { get; set; }
Property Value
Type | Description |
---|---|
short[] |
SampleRate
Declaration
public int SampleRate { get; set; }
Property Value
Type | Description |
---|---|
int |
Stereo
Declaration
public bool Stereo { get; set; }
Property Value
Type | Description |
---|---|
bool |