RygelAudioItem

RygelAudioItem — Represents an audio item contained in a file.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_AUDIO_ITEM

#define RYGEL_TYPE_AUDIO_ITEM (rygel_audio_item_get_type ())

The type for RygelAudioItem.


RYGEL_AUDIO_ITEM_UPNP_CLASS

#define RYGEL_AUDIO_ITEM_UPNP_CLASS "object.item.audioItem"

struct RygelAudioItem

struct RygelAudioItem {
	RygelMediaFileItem parent_instance;
	RygelAudioItemPrivate * priv;
};

Represents an audio item contained in a file.


struct RygelAudioItemClass

struct RygelAudioItemClass {
	RygelMediaFileItemClass parent_class;
};

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

Members