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