Import line: | GstAudio = imports.gi.GstAudio; |
GIR File: | GstAudio-0.10.gir |
C documentation: | GstAudioChannelPosition |
Enum : | AudioChannelPosition |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GstAudio.AudioChannelPosition.FRONT_CENTER : 7
|
|
Number GstAudio.AudioChannelPosition.FRONT_LEFT : 1
|
|
Number GstAudio.AudioChannelPosition.FRONT_LEFT_OF_CENTER : 8
|
|
Number GstAudio.AudioChannelPosition.FRONT_MONO : 0
|
|
Number GstAudio.AudioChannelPosition.FRONT_RIGHT : 2
|
|
Number GstAudio.AudioChannelPosition.FRONT_RIGHT_OF_CENTER : 9
|
|
Number GstAudio.AudioChannelPosition.INVALID : -1
|
|
Number GstAudio.AudioChannelPosition.LFE : 6
|
|
Number GstAudio.AudioChannelPosition.NONE : 12
|
|
Number GstAudio.AudioChannelPosition.NUM : 13
|
|
Number GstAudio.AudioChannelPosition.REAR_CENTER : 3
|
|
Number GstAudio.AudioChannelPosition.REAR_LEFT : 4
|
|
Number GstAudio.AudioChannelPosition.REAR_RIGHT : 5
|
|
Number GstAudio.AudioChannelPosition.SIDE_LEFT : 10
|
|
Number GstAudio.AudioChannelPosition.SIDE_RIGHT : 11
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstAudio
Method |
This functions checks if the given channel positions are valid.
|
GstAudio
Method |
Custom fixate function.
|
GstAudio
Method |
Retrieves a number of (fixed!) audio channel positions from the provided GstStructure and returns it as a newly allocated array.
|
GstAudio
Method |
GstAudio.set_caps_channel_positions_list
(Caps caps, AudioChannelPosition pos, Number num_positions)
:
none
Sets a (possibly non-fixed) list of possible audio channel positions (given in pos) on the given caps.
|
GstAudio
Method |
Adds a "channel-positions" field to the given GstStructure, which will represent the channel positions as given in the provided GstAudioChannelPosition array.
|
GstAudio
Method |
GstAudio.set_structure_channel_positions_list
(Structure str, AudioChannelPosition pos, Number num_positions)
:
none
Sets a (possibly non-fixed) list of possible audio channel positions (given in pos) on the given structure.
|