RygelSerializer

RygelSerializer — Proxy class hiding the different serializers (DIDL, DIDL_S, M3U) behind a single implementation.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_SERIALIZER

#define RYGEL_TYPE_SERIALIZER (rygel_serializer_get_type ())

The type for RygelSerializer.


struct RygelSerializer

struct RygelSerializer {
	GObject parent_instance;
	RygelSerializerPrivate * priv;
};

Proxy class hiding the different serializers (DIDL, DIDL_S, M3U) behind a single implementation.


struct RygelSerializerClass

struct RygelSerializerClass {
	GObjectClass parent_class;
};

The class structure for RYGEL_TYPE_SERIALIZER. All the fields in this structure are private and should never be accessed directly.

Members


enum RygelSerializerType

Members

RYGEL_SERIALIZER_TYPE_GENERIC_DIDL

   

RYGEL_SERIALIZER_TYPE_DIDL_S

   

RYGEL_SERIALIZER_TYPE_M3UEXT