Top | ![]() |
![]() |
![]() |
![]() |
struct | RygelPlaybinPlayer |
struct | RygelPlaybinPlayerClass |
enum | RygelPlaybinPlayerError |
#define RYGEL_PLAYBIN_TYPE_PLAYER (rygel_playbin_player_get_type ())
The type for RygelPlaybinPlayer.
RygelPlaybinPlayer *
rygel_playbin_player_new_wrap (GstElement *playbin
);
rygel_playbin_player_new_wrap
has been deprecated since version 0.21.5 and should not be used in newly-written code.
No replacement specified.
GstElement *
rygel_playbin_player_get_playbin (RygelPlaybinPlayer *self
);
Get and return the current value of the "playbin" property.
GList *
rygel_playbin_player_get_supported_profiles
(RygelPlaybinPlayer *self
);
Get and return the current value of the "supported-profiles" property.
RygelPlaybinPlayer *
rygel_playbin_player_get_default (void
);
rygel_playbin_player_get_default
has been deprecated since version 0.23.1 and should not be used in newly-written code.
No replacement specified.
RygelPlaybinPlayer *
rygel_playbin_player_instance (GError **error
);
struct RygelPlaybinPlayer { GObject parent_instance; RygelPlaybinPlayerPrivate * priv; };
Implementation of RygelMediaPlayer for GStreamer.
This class is useful only when implementing Rygel plugins.
struct RygelPlaybinPlayerClass { GObjectClass parent_class; };
The class structure for RYGEL_PLAYBIN_TYPE_PLAYER
. All the fields in this structure are private and should never be accessed directly.