TimedMetadataKind Enum
Definition
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.
Specifies the types of metadata that may be present in a TimedMetadataTrack.
public enum class TimedMetadataKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TimedMetadataKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TimedMetadataKind
var value = Windows.Media.Core.TimedMetadataKind.caption
Public Enum TimedMetadataKind
- Inheritance
-
TimedMetadataKind
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Caption | 0 | The metadata contains caption text. |
Chapter | 1 | The metadata contains chapter information. |
Custom | 2 | The metadata contains custom data. |
Data | 3 | The metadata contains data. |
Description | 4 | The metadata contains description text. |
Subtitle | 5 | The metadata contains subtitle text. |
ImageSubtitle | 6 | The metadata contains images to be used as subtitles. |
Speech | 7 | The metadata contains speech metadata, such as word boundaries, sentence boundaries, and Speech Sythesis Markup Language (SSML) bookmarks. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | ImageSubtitle |
1703 | 15063 | Speech |