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 field depth.

depth
int depth [@property setter]

Set field depth.

description
string description [@property getter]

Get field description.

description
string description [@property setter]

Set field description.

endianness
int endianness [@property getter]

Get field endianness.

endianness
int endianness [@property setter]

Set field endianness.

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

Get field flags.

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

Set field flags.

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

Get field format.

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

Set field format.

name
string name [@property getter]

Get field name.

name
string name [@property setter]

Set field name.

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

Get field unpackFormat.

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

Set field unpackFormat.

width
int width [@property getter]

Get field width.

width
int width [@property setter]

Set field width.