Class AudioData
Inherited Members
Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.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 |