SystemProperties.Media Property
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.
Gets an object that provides the indexing names of system media file properties such as System.Media.Duration.
public:
static property SystemMediaProperties ^ Media { SystemMediaProperties ^ get(); };
static SystemMediaProperties Media();
public static SystemMediaProperties Media { get; }
var systemMediaProperties = SystemProperties.media;
Public Shared ReadOnly Property Media As SystemMediaProperties
Property Value
A helper object that provides names for system media file properties.