- public int audio_channels { get; set; }
The number of audio channels in this resource.
- public int bitrate { get; set; }
The bitrate of this resource.
- public int bits_per_sample { get; set; }
The sample size of this resource.
- public int64 cleartext_size { get; set; }
- public int color_depth { get; set; }
The color-depth of this image/video resource.
- public unowned Ns* dlna_namespace { owned get; construct; }
Pointer to the DLNA metadata namespace registered with the resource
object.
- public long duration { get; set; }
The duration (in seconds) of this resource.
- public int height { get; set; }
The height of this image/video resource.
- public string import_uri { get; set; }
The Import URI associated with this resource.
- public string protection { get; set; }
The protection system used for this resource.
- public ProtocolInfo protocol_info { get; set; }
The protocol info associated with this resource.
- public unowned Ns* pv_namespace { owned get; construct; }
Pointer to the PV metadata namespace registered with the resource
object.
- public int sample_freq { get; set; }
The sample frequency of this resource.
- public long size { get; set; }
The size (in bytes) of this resource.
- public int64 size64 { get; set; }
The size (in bytes) of this resource.
- public string subtitle_file_type { get; set; }
Type of external subtitle file.
- public string subtitle_file_uri { get; set; }
Uri to external subtitle file.
- public uint track_total { get; set; }
Number of tracks in a DIDL_S or DIDL_V resource.
- public uint update_count { get; set; }
- public string uri { get; set; }
The URI associated with this resource.
- public int width { get; set; }
The width of this image/video resource.
- public unowned Node* xml_node { get; construct; }
The pointer to res node in XML document.