Struct AudioSpec
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl audio spec
public struct AudioSpec
Inherited Members
Fields
silence
The silence
public readonly byte silence
Field Value
size
The size
public readonly uint size
Field Value
Properties
Callback
The callback
public SdlAudioCallback Callback { readonly get; set; }
Property Value
Channels
The channels
public byte Channels { readonly get; set; }
Property Value
Format
The SDL_AudioFormat
public ushort Format { readonly get; set; }
Property Value
Freq
The freq
public int Freq { readonly get; set; }
Property Value
Samples
The samples
public ushort Samples { readonly get; set; }
Property Value
Userdata
The userdata
public IntPtr Userdata { readonly get; set; }