MediaContent
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_media_content_get_type ()" ) ]
public class MediaContent :
Parsable
All the fields in the MediaContent structure are private and should never be accessed directly.
Content:
Properties:
- public string content_type { get; }
The standard MIME type of the object.
- public int64 duration { get; }
The number of seconds for which the media object plays.
- public MediaExpression expression { get; }
Determines if the object is a sample or the full version of the object, or
even if it is a continuous stream.
- public ulong filesize { get; }
The number of bytes of the media object.
- public uint height { get; }
The height of the media object.
- public bool is_default { get; }
Determines if this is the default content for the media group.
- public MediaMedium medium { get; }
- public string uri { get; }
The direct URI to the media object.
- public uint width { get; }
The width of the media object.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object