ALGetBufferi Enum

Definition

A list of valid Int32 GetBuffer parameters

public enum ALGetBufferi
type ALGetBufferi = 
Inheritance
ALGetBufferi

Fields

Bits 8194

Bit depth of the buffer. Should be 8 or 16.

Channels 8195

Number of channels in buffer. > 1 is valid, but buffer won’t be positioned when played. 1 for Mono, 2 for Stereo.

Frequency 8193

Sound sample's frequency, in units of Hertz [Hz]. This is the number of samples per second. Half of the sample frequency marks the maximum significant frequency component.

Size 8196

size of the Buffer in bytes.

Applies to