IMediaCue
IMediaCue
IMediaCue
IMediaCue
Interface
Definition
Defines the interface implemented by all media cues.
public : interface IMediaCuepublic interface IMediaCuePublic Interface IMediaCue// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Duration Duration Duration Duration
Gets or sets the duration of the media cue.
public : TimeSpan Duration { get; set; }public TimeSpan Duration { get; set; }Public ReadWrite Property Duration As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The duration of the media cue.
Id Id Id Id
Gets or sets the identifier for the media cue.
public : PlatForm::String Id { get; set; }public string Id { get; set; }Public ReadWrite Property Id As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The identifier for the media cue.
StartTime StartTime StartTime StartTime
Gets or sets the start time of the media cue.
public : TimeSpan StartTime { get; set; }public TimeSpan StartTime { get; set; }Public ReadWrite Property StartTime As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The start time of the media cue.