IMediaMarker Interface

Definition

Represents a marker at specific location in a media stream time-line.

public interface class IMediaMarker
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(402906872, 56485, 19311, 156, 32, 227, 211, 192, 100, 54, 37)]
struct IMediaMarker
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(402906872, 56485, 19311, 156, 32, 227, 211, 192, 100, 54, 37)]
public interface IMediaMarker
Public Interface IMediaMarker
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

MediaMarkerType

Gets the type of the media marker.

Text

Gets the text associated with the marker.

Time

Gets the offset in the media time-line that the marker occurs.

Applies to