AudioFormatInfo

Information for an audio format.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
fillSilence
void fillSilence(ubyte[] dest)

Fill length bytes in dest with silence samples for info.

Properties

depth
int depth [@property getter]

Get depth field.

depth
int depth [@property setter]

Set depth field.

description
string description [@property getter]

Get description field.

description
string description [@property setter]

Set description field.

endianness
int endianness [@property getter]

Get endianness field.

endianness
int endianness [@property setter]

Set endianness field.

flags
gstaudio.types.AudioFormatFlags flags [@property getter]

Get flags field.

flags
gstaudio.types.AudioFormatFlags flags [@property setter]

Set flags field.

format
gstaudio.types.AudioFormat format [@property getter]

Get format field.

format
gstaudio.types.AudioFormat format [@property setter]

Set format field.

name
string name [@property getter]

Get name field.

name
string name [@property setter]

Set name field.

unpackFormat
gstaudio.types.AudioFormat unpackFormat [@property getter]

Get unpackFormat field.

unpackFormat
gstaudio.types.AudioFormat unpackFormat [@property setter]

Set unpackFormat field.

width
int width [@property getter]

Get width field.

width
int width [@property setter]

Set width field.