Share via


AppRecordingSavedScreenshotInfo.MediaEncodingSubtype Property

Definition

Gets a string representing the media encoding subtype of the image format with which a screenshot saved with SaveScreenshotToFilesAsync was encoded.

public:
 property Platform::String ^ MediaEncodingSubtype { Platform::String ^ get(); };
winrt::hstring MediaEncodingSubtype();
public string MediaEncodingSubtype { get; }
var string = appRecordingSavedScreenshotInfo.mediaEncodingSubtype;
Public ReadOnly Property MediaEncodingSubtype As String

Property Value

String

Platform::String

winrt::hstring

A string representing the media encoding subtype of a saved screenshot.

Remarks

Get the list of the AppRecordingSavedScreenShotInfo objects representing the results of an app screenshot operation by accessing the SavedSCreenshotInfos property of the AppRecordingSavedScreenshotResult object returned by the asynchronous SaveScreenshotToFilesAsync operation.

Applies to