Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Struct Gst.Structure

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstStructure
Struct : Structure
  Show / Hide Inherited methods, properties and signals
The GstStructure object. Most fields are private.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gst.Structure ()
Create a new Gst.Structure
Create a new Gst.Structure
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.structure_empty_new (String name) : Gst.Structure
Creates a new, empty GstStructure with the given name.
Gst
Method
Gst.structure_from_string (String string, Array end) : Gst.Structure
Creates a GstStructure from a string representation.
Gst
Method
Gst.structure_id_empty_new (Number quark) : Gst.Structure
Creates a new, empty GstStructure with the given name as a GQuark.
Gst
Method
Gst.value_get_structure (Value value) : Gst.Structure
Gets the contents of value.
Gst
Method
Gst.value_set_structure (Value value, Structure structure) : none
Sets the contents of value to structure.
Gst.Caps
Method
append_structure (Structure structure) : none
Appends structure to caps.
Gst.Caps
Method
merge_structure (Structure structure) : none
Appends structure to caps if its not already expressed by caps.
Gst.Caps
Method
get_structure (Number index) : Gst.Structure
Finds the structure in caps that has the index index, and returns it.
Gst.Event
Method
new Gst.Event.custom (EventType type, Structure structure) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
new Gst.Event.navigation (Structure structure) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
get_structure () : Gst.Structure
Access the structure of the event.
Gst.Message
Method
new Gst.Message.application (Object src, Structure structure) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.element (Object src, Structure structure) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.custom (MessageType type, Object src, Structure structure) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
get_structure () : Gst.Structure
Access the structure of the message.
Gst.Plugin
Method
get_cache_data () : Gst.Structure
Gets the plugin specific data cache.
Gst.Plugin
Method
set_cache_data (Structure cache_data) : none
Adds plugin specific data to cache.
Gst.Query
Method
new Gst.Query.application (QueryType type, Structure structure) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
get_structure () : Gst.Structure
Get the structure of a query.
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_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.
GstAudio
Method
GstAudio.structure_set_int (Structure structure, AudioFieldFlag flag) : none
Do not use anymore.
GstInterfaces.Navigation
Method
send_event (Structure structure) : none
GstRtsp.RTSPExtension
Method
parse_sdp (SDPMessage sdp, Structure s) : GstRtsp.RTSPResult
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:55 GMT+0800 (HKT)