SystemVideoProperties
SystemVideoProperties
SystemVideoProperties
SystemVideoProperties
Class
Definition
A helper object that provides indexing names for video file properties.
public : sealed class SystemVideoProperties : ISystemVideoPropertiespublic sealed class SystemVideoProperties : ISystemVideoPropertiesPublic NotInheritable Class SystemVideoProperties Implements ISystemVideoProperties// 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
Director Director Director Director
Gets the name of the System.Video.Director property (one of the Windows video file properties.
public : PlatForm::String Director { get; }public string Director { get; }Public ReadOnly Property Director As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Video.Director file property.
FrameHeight FrameHeight FrameHeight FrameHeight
Gets the name of the System.Video.FrameHeight property (one of the Windows video file properties.
public : PlatForm::String FrameHeight { get; }public string FrameHeight { get; }Public ReadOnly Property FrameHeight As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Video.FrameHeight file property.
FrameWidth FrameWidth FrameWidth FrameWidth
Gets the name of the System.Video.FrameWidth property (one of the Windows video file properties.
public : PlatForm::String FrameWidth { get; }public string FrameWidth { get; }Public ReadOnly Property FrameWidth As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Video.FrameWidth file property.
Orientation Orientation Orientation Orientation
Gets the name of the System.Video.Orientation property (one of the Windows video file properties.
public : PlatForm::String Orientation { get; }public string Orientation { get; }Public ReadOnly Property Orientation As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Video.Orientation file property.
TotalBitrate TotalBitrate TotalBitrate TotalBitrate
Gets the name of the System.Video.TotalBitrate property (one of the Windows video file properties.
public : PlatForm::String TotalBitrate { get; }public string TotalBitrate { get; }Public ReadOnly Property TotalBitrate As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Video.TotalBitrate file property.