MediaContent
Object Hierarchy:
Description:
All the fields in the MediaContent structure are private and should never be accessed
directly.
Namespace: GData
Package: libgdata
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. There should only be one default object
per media group.
-
public MediaMedium medium { get; }
The type of object, complementing
content_type. It allows the consuming application to make simpler decisions between different content objects, based on
whether they're a video or audio stream, for example.
-
public string uri { get; }
The direct URI to the media object.
-
public uint width { get; }
The width of the media object.
Creation methods:
Methods: