MediaObject Class
Represents a base type for all media (audio or video).
- Inheritance:
- System.ObjectMediaObject
- Derived
Properties
Bookmarks
Gets the collection of bookmarks on the media.
public MediaBookmarkCollection Bookmarks { get; }
Public ReadOnly Property Bookmarks As MediaBookmarkCollection
Property Value
The collection of bookmarks on the media.
Fade
Gets the starting and ending fade durations for the media.
Property Value
The starting and ending fade durations for the media.
IsFile
Gets a value indicating whether this media has an associated content that is either embedded in the presentation file or linked to (for example, a file outside the presentation file).
Property Value
- System.Boolean
true if this media has an associated content that is either embedded in or linked to the presentation file; otherwise, false.
MediaType
Gets the type of the media.
public abstract MediaType MediaType { get; }
Public MustOverride ReadOnly Property MediaType As MediaType
Property Value
The type of the media.
Picture
Gets the Picture associated with this media.
Property Value
Trim
Gets the amount of time to be trimmed from the start and end of the media during playback.
Property Value
The amount of time to be trimmed from the start and end of the media during playback.