Show / Hide Table of Contents

Class AudioData

Inheritance
object
AudioData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX