![]() |
![]() |
![]() |
libdmapsharing-3.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct DMAPRecordIface; typedef bitwise; enum DMAPMediaKind; GByteArray * dmap_record_to_blob (DMAPRecord *record
); gboolean dmap_record_set_from_blob (DMAPRecord *record
,GByteArray *blob
);
struct DMAPRecordIface { GTypeInterface parent; GByteArray *(*to_blob) (DMAPRecord * record); gboolean (*set_from_blob) (DMAPRecord * record, GByteArray * blob); };
typedef enum { DMAP_MEDIA_KIND_MUSIC = 1, DMAP_MEDIA_KIND_MOVIE = 2, DMAP_MEDIA_KIND_PODCAST = 32, DMAP_MEDIA_KIND_TV_SHOW = 64 } DMAPMediaKind;
GByteArray * dmap_record_to_blob (DMAPRecord *record
);
|
A DMAPRecord. |
Returns : |
A byte array representation of the record. |