SystemMediaProperties Class

Definition

A helper object that provides indexing names for Windows media file properties.

public ref class SystemMediaProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemMediaProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemMediaProperties
Public NotInheritable Class SystemMediaProperties
Inheritance
Object Platform::Object IInspectable SystemMediaProperties
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 the name of the System.Media.Duration property (one of the Windows media file properties.

Producer

Gets the name of the System.Media.Producer property (one of the Windows media file properties.

Publisher

Gets the name of the System.Media.Publisher property (one of the Windows media file properties.

SubTitle

Gets the name of the System.Media.SubTitle property (one of the Windows media file properties.

Writer

Gets the name of the System.Media.Writer property (one of the Windows media file properties.

Year

Gets the name of the System.Media.Year property (one of the Windows media file properties.

Applies to

See also