Table of Contents

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

byte

size

The size

public readonly uint size

Field Value

uint

Properties

Callback

The callback

public SdlAudioCallback Callback { readonly get; set; }

Property Value

SdlAudioCallback

Channels

The channels

public byte Channels { readonly get; set; }

Property Value

byte

Format

The SDL_AudioFormat

public ushort Format { readonly get; set; }

Property Value

ushort

Freq

The freq

public int Freq { readonly get; set; }

Property Value

int

Samples

The samples

public ushort Samples { readonly get; set; }

Property Value

ushort

Userdata

The userdata

public IntPtr Userdata { readonly get; set; }

Property Value

IntPtr