SystemMediaProperties
SystemMediaProperties
SystemMediaProperties
SystemMediaProperties
Class
Definition
A helper object that provides indexing names for Windows media file properties.
public : sealed class SystemMediaProperties : ISystemMediaPropertiespublic sealed class SystemMediaProperties : ISystemMediaPropertiesPublic NotInheritable Class SystemMediaProperties Implements ISystemMediaProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Duration Duration Duration Duration
Gets the name of the System.Media.Duration property (one of the Windows media file properties.
public : PlatForm::String Duration { get; }public string Duration { get; }Public ReadOnly Property Duration As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Media.Duration file property.
Producer Producer Producer Producer
Gets the name of the System.Media.Producer property (one of the Windows media file properties.
public : PlatForm::String Producer { get; }public string Producer { get; }Public ReadOnly Property Producer As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Media.Producer file property.
Publisher Publisher Publisher Publisher
Gets the name of the System.Media.Publisher property (one of the Windows media file properties.
public : PlatForm::String Publisher { get; }public string Publisher { get; }Public ReadOnly Property Publisher As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Media.Publisher file property.
SubTitle SubTitle SubTitle SubTitle
Gets the name of the System.Media.SubTitle property (one of the Windows media file properties.
public : PlatForm::String SubTitle { get; }public string SubTitle { get; }Public ReadOnly Property SubTitle As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Media.SubTitle file property.
Writer Writer Writer Writer
Gets the name of the System.Media.Writer property (one of the Windows media file properties.
public : PlatForm::String Writer { get; }public string Writer { get; }Public ReadOnly Property Writer As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Media.Writer file property.
Year Year Year Year
Gets the name of the System.Media.Year property (one of the Windows media file properties.
public : PlatForm::String Year { get; }public string Year { get; }Public ReadOnly Property Year As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Media.Year file property.