IMediaCue Interface

Definition

Defines the interface implemented by all media cues.

public interface class IMediaCue
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3352387165, 23004, 17183, 160, 238, 39, 116, 67, 35, 179, 109)]
struct IMediaCue
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3352387165, 23004, 17183, 160, 238, 39, 116, 67, 35, 179, 109)]
public interface IMediaCue
Public Interface IMediaCue
Derived
Attributes

Windows requirements

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

Properties

Duration

Gets or sets the duration of the media cue.

Id

Gets or sets the identifier for the media cue.

StartTime

Gets or sets the start time of the media cue.

Applies to

See also