CapturedFrame.ContentType Property

Definition

Gets the content type of the captured frame.

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = capturedFrame.contentType;
Public ReadOnly Property ContentType As String

Property Value

String

Platform::String

winrt::hstring

The content type of the captured frame.

Implements

Applies to