Back to Seed Clases

GstAudio


Classes

Interfaces

Structs

Unions

Enums

Enum GstAudio.AudioChannelPosition

Import line: GstAudio = imports.gi.GstAudio;
GIR File: GstAudio-0.10.gir
C documentation: GstAudioChannelPosition
Enum : AudioChannelPosition
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstAudio
Method
GstAudio.check_channel_positions (AudioChannelPosition pos, Number channels) : Boolean
This functions checks if the given channel positions are valid.
GstAudio
Method
GstAudio.fixate_channel_positions (Structure str) : GstAudio.AudioChannelPosition
Custom fixate function.
GstAudio
Method
GstAudio.get_channel_positions (Structure str) : GstAudio.AudioChannelPosition
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
GstAudio.set_channel_positions (Structure str, AudioChannelPosition pos) : none
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:58 GMT+0800 (HKT)