VideoFrame.Type 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 a string indicating the type of video data the video frame contains.
public:
property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = videoFrame.type;
Public ReadOnly Property Type As String
Property Value
A string indicating the type of video data the video frame contains.
Implements
Remarks
This value is non-standardized and can be set to an aribtrary value. For example, a camera device driver may set this to an OEM-specific string.