c
Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.Format

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstFormat
Enum : Format
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.format_get_by_nick (String nick) : Gst.Format
Gst
Method
Gst.format_get_details (Format format) : Gst.FormatDefinition
Gst
Method
Gst.format_get_name (Format format) : String
Gst
Method
Gst.format_register (String nick, String description) : Gst.Format
Gst
Method
Gst.format_to_quark (Format format) : guint32
Gst
Method
Gst.formats_contains (Format formats, Format format) : gboolean
Gst.Element
Method
query_convert (Format src_format, gint64 src_val, Format dest_format, Object out_values) : gboolean
Gst.Element
Method
query_duration (Format format, Object out_values) : gboolean
Gst.Element
Method
query_position (Format format, Object out_values) : gboolean
Gst.Element
Method
seek (gdouble rate, Format format, SeekFlags flags, SeekType cur_type, gint64 cur, SeekType stop_type, gint64 stop) : gboolean
Gst.Element
Method
seek_simple (Format format, SeekFlags seek_flags, gint64 seek_pos) : gboolean
Gst.Event
Method
new Gst.Event.buffer_size (Format format, gint64 minsize, gint64 maxsize, gboolean async) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
new Gst.Event.new_segment (gboolean update, gdouble rate, Format format, gint64 start, gint64 stop, gint64 position) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
new Gst.Event.new_segment_full (gboolean update, gdouble rate, gdouble applied_rate, Format format, gint64 start, gint64 stop, gint64 position) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
new Gst.Event.seek (gdouble rate, Format format, SeekFlags flags, SeekType start_type, gint64 start, SeekType stop_type, gint64 stop) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
new Gst.Event.step (Format format, guint64 amount, gdouble rate, gboolean flush, gboolean intermediate) : Gst.Event
Create a new Gst.Event
Gst.Event
Method
parse_buffer_size () : Object
Gst.Event
Method
parse_new_segment () : Object
Gst.Event
Method
parse_new_segment_full () : Object
Gst.Event
Method
parse_seek () : Object
Gst.Event
Method
parse_step () : Object
Gst.Index
Method
add_format (gint32 id, Format format) : Gst.IndexEntry
Gst.Index
Method
get_assoc_entry (gint32 id, IndexLookupMethod method, AssocFlags flags, Format format, gint64 value) : Gst.IndexEntry
Gst.IndexEntry
Method
assoc_map (Format format, gint64 value) : gboolean
Gst.Message
Method
new Gst.Message.duration (Object src, Format format, gint64 duration) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.segment_done (Object src, Format format, gint64 position) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.segment_start (Object src, Format format, gint64 position) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.step_done (Object src, Format format, guint64 amount, gdouble rate, gboolean flush, gboolean intermediate, guint64 duration, gboolean eos) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
new Gst.Message.step_start (Object src, gboolean active, Format format, guint64 amount, gdouble rate, gboolean flush, gboolean intermediate) : Gst.Message
Create a new Gst.Message
Gst.Message
Method
parse_duration () : Object
Gst.Message
Method
parse_qos_stats () : Object
Gst.Message
Method
parse_segment_done () : Object
Gst.Message
Method
parse_segment_start () : Object
Gst.Message
Method
parse_step_done () : Object
Gst.Message
Method
parse_step_start () : Object
Gst.Message
Method
set_qos_stats (Format format, guint64 processed, guint64 dropped) : none
Gst.Pad
Method
query_convert (Format src_format, gint64 src_val, Format dest_format, Object out_values) : gboolean
Gst.Pad
Method
query_duration (Format format, Object out_values) : gboolean
Gst.Pad
Method
query_peer_convert (Format src_format, gint64 src_val, Format dest_format, Object out_values) : gboolean
Gst.Pad
Method
query_peer_duration (Format format, Object out_values) : gboolean
Gst.Pad
Method
query_peer_position (Format format, Object out_values) : gboolean
Gst.Pad
Method
query_position (Format format, Object out_values) : gboolean
Gst.Query
Method
new Gst.Query.buffering (Format format) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
new Gst.Query.convert (Format src_format, gint64 value, Format dest_format) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
new Gst.Query.duration (Format format) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
new Gst.Query.position (Format format) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
new Gst.Query.seeking (Format format) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
new Gst.Query.segment (Format format) : Gst.Query
Create a new Gst.Query
Gst.Query
Method
parse_buffering_range () : Object
Gst.Query
Method
parse_convert () : Object
Gst.Query
Method
parse_duration () : Object
Gst.Query
Method
parse_formats_nth () : Object
Gst.Query
Method
parse_position () : Object
Gst.Query
Method
parse_seeking () : Object
Gst.Query
Method
parse_segment () : Object
Gst.Query
Method
set_buffering_range (Format format, gint64 start, gint64 stop, gint64 estimated_total) : none
Gst.Query
Method
set_convert (Format src_format, gint64 src_value, Format dest_format, gint64 dest_value) : none
Gst.Query
Method
set_duration (Format format, gint64 duration) : none
Gst.Query
Method
set_position (Format format, gint64 cur) : none
Gst.Query
Method
set_seeking (Format format, gboolean seekable, gint64 segment_start, gint64 segment_end) : none
Gst.Query
Method
set_segment (gdouble rate, Format format, gint64 start_value, gint64 stop_value) : none
Gst.Segment
Method
clip (Format format, gint64 start, gint64 stop, Object out_values) : gboolean
Gst.Segment
Method
init (Format format) : none
Gst.Segment
Method
set_duration (Format format, gint64 duration) : none
Gst.Segment
Method
set_last_stop (Format format, gint64 position) : none
Gst.Segment
Method
set_newsegment (gboolean update, gdouble rate, Format format, gint64 start, gint64 stop, gint64 time) : none
Gst.Segment
Method
set_newsegment_full (gboolean update, gdouble rate, gdouble applied_rate, Format format, gint64 start, gint64 stop, gint64 time) : none
Gst.Segment
Method
set_running_time (Format format, gint64 running_time) : gboolean
Gst.Segment
Method
set_seek (gdouble rate, Format format, SeekFlags flags, SeekType start_type, gint64 start, SeekType stop_type, gint64 stop, gboolean update) : none
Gst.Segment
Method
to_position (Format format, gint64 running_time) : gint64
Gst.Segment
Method
to_running_time (Format format, gint64 position) : gint64
Gst.Segment
Method
to_stream_time (Format format, gint64 position) : gint64
GstAudio.AudioInfo
Method
convert (Format src_fmt, gint64 src_val, Format dest_fmt, gint64 dest_val) : gboolean
GstAudio.RingBuffer
Method
convert (Format src_fmt, gint64 src_val, Format dest_fmt, gint64 dest_val) : gboolean
GstBase.BaseParse
Method
convert_default (Format src_format, gint64 src_value, Format dest_format, gint64 dest_value) : gboolean
GstBase.BaseParse
Method
set_duration (Format fmt, gint64 duration, gint32 interval) : none
GstBase.BaseSrc
Method
set_format (Format format) : none
GstVideo
Method
GstVideo.video_format_convert (VideoFormat format, gint32 width, gint32 height, gint32 fps_n, gint32 fps_d, Format src_format, gint64 src_value, Format dest_format, gint64 dest_value) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:36 GMT+0800 (HKT)