StreamInfo
Object Hierarchy:
Description:
[
CCode ( type_id =
"gst_play_stream_info_get_type ()" ) ]
[
GIR ( name =
"PlayStreamInfo" ) ]
[
Version ( since =
"1.20" ) ]
public abstract class StreamInfo :
Object
Base structure for information concerning a media stream.
Depending on the stream type, one can find more media-specific information in VideoInfo
, AudioInfo, SubtitleInfo.
Content:
Creation methods:
Methods:
- public unowned Caps? get_caps ()
- public unowned string? get_codec ()
A string describing codec used in
StreamInfo.
- public int get_index ()
Function to get stream index from
StreamInfo instance or -1 if unknown.
- public unowned string get_stream_type ()
Function to return human readable name for the stream type of the
given this (ex: "audio", "video", "subtitle")
- public unowned TagList? get_tags ()
Inherited Members:
All known members inherited from class GLib.Object