Decoder
Object Hierarchy:
Description:
[ CCode ( type_id = "gst_video_decoder_get_type ()" ) ]
[ GIR ( name = "VideoDecoder" ) ]
public abstract class Decoder : Element
[ GIR ( name = "VideoDecoder" ) ]
public abstract class Decoder : Element
Namespace: Gst.Video
Package: gstreamer-video-1.0
Content:
Properties:
- public DecoderRequestSyncPointFlags automatic_request_sync_point_flags { get; set; }
- public bool automatic_request_sync_points { get; set; }
- public bool discard_corrupted_frames { get; set; }
- public int max_errors { get; set; }
- public uint64 min_force_key_unit_interval { get; set; }
- public bool qos { get; set; }
Creation methods:
- protected Decoder ()
Methods:
- public void add_to_frame (int n_bytes)
- public Buffer? allocate_output_buffer ()
- public FlowReturn allocate_output_frame (CodecFrame frame)
- public FlowReturn allocate_output_frame_with_params (CodecFrame frame, BufferPoolAcquireParams @params)
- public virtual bool close ()
- public virtual bool decide_allocation (Query query)
- public virtual FlowReturn drain ()
- public FlowReturn drop_frame (owned CodecFrame frame)
- public FlowReturn drop_subframe (owned CodecFrame frame)
- public virtual FlowReturn finish ()
- public FlowReturn finish_frame (owned CodecFrame frame)
- public FlowReturn finish_subframe (owned CodecFrame frame)
- public virtual bool flush ()
- public void get_allocator (out Allocator? allocator, out AllocationParams @params)
- public BufferPool? get_buffer_pool ()
- public int get_estimate_rate ()
- public CodecFrame? get_frame (int frame_number)
- public List<CodecFrame> get_frames ()
- public uint get_input_subframe_index (CodecFrame frame)
- public void get_latency (out ClockTime min_latency, out ClockTime max_latency)
- public ClockTimeDiff get_max_decode_time (CodecFrame frame)
- public int get_max_errors ()
- public bool get_needs_format ()
- public bool get_needs_sync_point ()
- public CodecFrame? get_oldest_frame ()
- public CodecState? get_output_state ()
- public bool get_packetized ()
- public size_t get_pending_frame_size ()
- public uint get_processed_subframe_index (CodecFrame frame)
- public double get_qos_proportion ()
- public bool get_subframe_mode ()
- public virtual Caps getcaps (Caps filter)
- public virtual FlowReturn handle_frame (owned CodecFrame frame)
- public virtual bool handle_missing_data (ClockTime timestamp, ClockTime duration)
- public FlowReturn have_frame ()
- public FlowReturn have_last_subframe (CodecFrame frame)
- public void merge_tags (TagList? tags, TagMergeMode mode)
- public virtual bool negotiate ()
- public virtual bool open ()
- public virtual FlowReturn parse (CodecFrame frame, Adapter adapter, bool at_eos)
- public virtual bool propose_allocation (Query query)
- public Caps proxy_getcaps (Caps? caps, Caps? filter)
- public void release_frame (owned CodecFrame frame)
- public void request_sync_point (CodecFrame frame, DecoderRequestSyncPointFlags flags)
- public virtual bool reset (bool hard)
- public void set_estimate_rate (bool enabled)
- public virtual bool set_format (CodecState state)
- public CodecState? set_interlaced_output_state (Format fmt, InterlaceMode interlace_mode, uint width, uint height, CodecState? reference)
- public void set_latency (ClockTime min_latency, ClockTime max_latency)
- public void set_max_errors (int num)
- public void set_needs_format (bool enabled)
- public void set_needs_sync_point (bool enabled)
- public CodecState? set_output_state (Format fmt, uint width, uint height, CodecState? reference)
- public void set_packetized (bool packetized)
- public void set_subframe_mode (bool subframe_mode)
- public void set_use_default_pad_acceptcaps (bool use)
- public virtual bool sink_event (Event event)
- public virtual bool sink_query (Query query)
- public virtual bool src_event (Event event)
- public virtual bool src_query (Query query)
- public virtual bool start ()
- public virtual bool stop ()
- public virtual bool transform_meta (CodecFrame frame, Meta meta)
Inherited Members:
All known members inherited from class Gst.Element
- abort_state
- add_metadata
- add_pad
- add_pad_template
- add_property_deep_notify_watch
- add_property_notify_watch
- add_static_metadata
- add_static_pad_template
- add_static_pad_template_with_gtype
- base_time
- bus
- call_async
- change_state
- class_get_metadata
- class_get_pad_template
- class_get_pad_template_list
- clock
- contexts
- continue_state
- create_all_pads
- current_state
- decorate_stream_id
- decorate_stream_id_printf_valist
- foreach_pad
- foreach_sink_pad
- foreach_src_pad
- get_base_time
- get_bus
- get_clock
- get_compatible_pad
- get_compatible_pad_template
- get_context
- get_context_unlocked
- get_contexts
- get_current_clock_time
- get_current_running_time
- get_factory
- get_metadata
- get_pad_template
- get_pad_template_list
- get_request_pad
- get_start_time
- get_state
- get_static_pad
- is_locked_state
- iterate_pads
- iterate_sink_pads
- iterate_src_pads
- last_return
- link
- link_filtered
- link_many
- link_pads
- link_pads_filtered
- lost_state
- make_from_uri
- message_full
- message_full_with_details
- next_state
- no_more_pads
- numpads
- numsinkpads
- numsrcpads
- pad_added
- pad_removed
- pads
- pads_cookie
- pending_state
- post_message
- provide_clock
- query
- query_convert
- query_duration
- query_position
- register
- release_pad
- release_request_pad
- remove_pad
- remove_property_notify_watch
- request_pad
- request_pad_simple
- seek
- seek_simple
- send_event
- set_base_time
- set_bus
- set_clock
- set_context
- set_locked_state
- set_metadata
- set_start_time
- set_state
- set_static_metadata
- sinkpads
- srcpads
- start_time
- state_change_return_get_name
- state_changed
- state_cond
- state_cookie
- state_get_name
- state_lock
- sync_state_with_parent
- target_state
- type_set_skip_documentation
- unlink
- unlink_many
- unlink_pads
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object