Class: Gst::Stream
Overview
GstStream class structure
Instance Method Summary collapse
-
#caps ⇒ Gst::Caps
The Gst::Caps of the #GstStream.
-
#caps=(caps) ⇒ Gst::Caps
The Gst::Caps of the #GstStream.
-
#initialize(stream_id, caps, type, flags) ⇒ Gst::Stream
constructor
Create a new Gst::Stream for the given stream_id, caps, type and flags a new one will be automatically generated.
-
#stream_flags ⇒ Gst::StreamFlags
Stream-flags.
- #stream_flags=(stream_flags) ⇒ Gst::StreamFlags
-
#stream_id ⇒ String
The unique identifier of the Gst::Stream.
-
#stream_id=(stream_id) ⇒ String
The unique identifier of the Gst::Stream.
-
#stream_type ⇒ Gst::StreamType
The Gst::StreamType of the #GstStream.
-
#stream_type=(stream_type) ⇒ Gst::StreamType
The Gst::StreamType of the #GstStream.
-
#tags ⇒ Gst::TagList
The Gst::TagList of the #GstStream.
-
#tags=(tags) ⇒ Gst::TagList
The Gst::TagList of the #GstStream.
Methods inherited from Object
#add_control_binding, check_uniqueness, #control_bindings_disabled=, #control_rate, #control_rate=, default_deep_notify, #default_error, #get_control_binding, #get_g_value_array, #get_value, #get_value_array, #has_active_control_bindings, #has_ancestor, #has_as_ancestor, #has_as_parent, #name, #name=, #parent, #parent=, #path_string, #ref, ref_sink, #remove_control_binding, replace, #set_control_binding_disabled, #suggest_next_sync, #sync_values, #unparent, #unref
Constructor Details
#initialize(stream_id, caps, type, flags) ⇒ Gst::Stream
Create a new Gst::Stream for the given stream_id, caps, type and flags a new one will be automatically generated
Instance Method Details
#caps ⇒ Gst::Caps
The Gst::Caps of the #GstStream.
#caps=(caps) ⇒ Gst::Caps
The Gst::Caps of the #GstStream.
#stream_flags ⇒ Gst::StreamFlags
Returns stream-flags.
#stream_flags=(stream_flags) ⇒ Gst::StreamFlags
#stream_id ⇒ String
The unique identifier of the Gst::Stream. Can only be set at construction time.
#stream_id=(stream_id) ⇒ String
The unique identifier of the Gst::Stream. Can only be set at construction time.
#stream_type ⇒ Gst::StreamType
The Gst::StreamType of the #GstStream. Can only be set at construction time.
#stream_type=(stream_type) ⇒ Gst::StreamType
The Gst::StreamType of the #GstStream. Can only be set at construction time.
#tags ⇒ Gst::TagList
The Gst::TagList of the #GstStream.
#tags=(tags) ⇒ Gst::TagList
The Gst::TagList of the #GstStream.