Functions
gst_player_media_info_get_container_format ()
const gchar *
gst_player_media_info_get_container_format
(const GstPlayerMediaInfo *info
);
gst_player_media_info_get_stream_list ()
GList *
gst_player_media_info_get_stream_list (const GstPlayerMediaInfo *info
);
gst_player_stream_info_get_stream_type ()
const gchar *
gst_player_stream_info_get_stream_type
(const GstPlayerStreamInfo *info
);
gst_player_audio_info_get_channels ()
gint
gst_player_audio_info_get_channels (const GstPlayerAudioInfo *info
);
gst_player_audio_info_get_language ()
const gchar *
gst_player_audio_info_get_language (const GstPlayerAudioInfo *info
);
gst_player_audio_info_get_max_bitrate ()
gint
gst_player_audio_info_get_max_bitrate (const GstPlayerAudioInfo *info
);
gst_player_audio_info_get_sample_rate ()
gint
gst_player_audio_info_get_sample_rate (const GstPlayerAudioInfo *info
);
gst_player_video_info_get_framerate ()
void
gst_player_video_info_get_framerate (const GstPlayerVideoInfo *info
,
gint *fps_n
,
gint *fps_d
);
gst_player_video_info_get_max_bitrate ()
gint
gst_player_video_info_get_max_bitrate (const GstPlayerVideoInfo *info
);
gst_player_video_info_get_pixel_aspect_ratio ()
void
gst_player_video_info_get_pixel_aspect_ratio
(const GstPlayerVideoInfo *info
,
guint *par_n
,
guint *par_d
);
Types and Values
GstPlayerMediaInfo
typedef struct _GstPlayerMediaInfo GstPlayerMediaInfo;
GstPlayerStreamInfo
typedef struct _GstPlayerStreamInfo GstPlayerStreamInfo;
GstPlayerAudioInfo
typedef struct _GstPlayerAudioInfo GstPlayerAudioInfo;
GstPlayerVideoInfo
typedef struct _GstPlayerVideoInfo GstPlayerVideoInfo;
GstPlayerSubtitleInfo
typedef struct _GstPlayerSubtitleInfo GstPlayerSubtitleInfo;