Top | ![]() |
![]() |
![]() |
![]() |
RygelMediaServerRygelMediaServer — This class may be used to implement in-process UPnP-AV media servers. |
#define | RYGEL_TYPE_MEDIA_SERVER |
struct | RygelMediaServer |
struct | RygelMediaServerClass |
Call rygel_media_device_add_interface()
on the RygelMediaServer to allow it to serve media via that network interface.
See the <link linkend="implementing-servers">Implementing Servers</link> section.
#define RYGEL_TYPE_MEDIA_SERVER (rygel_media_server_get_type ())
The type for RygelMediaServer.
struct RygelMediaServer { RygelMediaDevice parent_instance; RygelMediaServerPrivate * priv; };
This class may be used to implement in-process UPnP-AV media servers.
Call rygel_media_device_add_interface()
on the RygelMediaServer to allow it to serve media via that network interface.
See the <link linkend="implementing-servers">Implementing Servers</link> section.
struct RygelMediaServerClass { RygelMediaDeviceClass parent_class; };
The class structure for RYGEL_TYPE_MEDIA_SERVER
. All the fields in this structure are private and should never be accessed directly.