MediaEncodingSubtypes.Pgs 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 the name for the Presentation Graphic Stream (PGS) format.
public:
static property Platform::String ^ Pgs { Platform::String ^ get(); };
static winrt::hstring Pgs();
public static string Pgs { get; }
var string = MediaEncodingSubtypes.pgs;
Public Shared ReadOnly Property Pgs As String
Property Value
The name for the Presentation Graphic Stream format.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|