CodecSubtypes.VideoFormatDV25 属性

定义

获取 DVCPRO 25 (525-60 或 625-50) 视频子类型的 GUID 的字符串表示形式。

public:
 static property Platform::String ^ VideoFormatDV25 { Platform::String ^ get(); };
static winrt::hstring VideoFormatDV25();
public static string VideoFormatDV25 { get; }
var string = CodecSubtypes.videoFormatDV25;
Public Shared ReadOnly Property VideoFormatDV25 As String

属性值

String

Platform::String

winrt::hstring

DVCPRO 25 的 GUID 的字符串表示形式 (525-60 或 625-50) 视频子类型。

适用于