Table of Contents

Struct AudioDeviceEvent

Namespace
Alis.Core.Graphic.Sdl2.Structs
Assembly
Alis.dll

The sdl audio device event

public struct AudioDeviceEvent

Inherited Members

Fields

isCapture

The is capture

public byte isCapture

Field Value

byte

timestamp

The timestamp

public uint timestamp

Field Value

uint

type

The type

public uint type

Field Value

uint

which

The which

public uint which

Field Value

uint