MediaFileItem
Object Hierarchy:
Description:
public abstract class MediaFileItem :
MediaItem
Represents a file-accessible or http-accessible media item (music file, image file, video file, etc) with some pre-established metadata
or a content placeholder for uploaded content.
Items representing non-file-accessible content should create their own MediaItem subclass.
Content:
Properties:
- public string mime_type { set; get; }
The mime type of the source content (this.uri). A null/empty value
means that the mime-type is unknown
- public string dlna_profile { set; get; }
The DLNA profile of the source content (this.uri). A null/empty
value means that the DLNA profile is unknown
- public int64 size { set; get; }
- public bool place_holder { set; get; }
- public override OCMFlags ocm_flags { get; }
Creation methods:
Methods:
Fields:
Inherited Members:
All known members inherited from class Rygel.MediaItem
All known members inherited from class Rygel.MediaObject
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count