Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMediaCue Interface

Definition

Namespace:
Windows.Media.Core

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

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

Properties

Name Description
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


Feedback

Was this page helpful?