MediaFrameFormat.Subtype 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取标识媒体帧的子类型的字符串。
public:
property Platform::String ^ Subtype { Platform::String ^ get(); };
winrt::hstring Subtype();
public string Subtype { get; }
var string = mediaFrameFormat.subtype;
Public ReadOnly Property Subtype As String
属性值
一个字符串,标识媒体帧的子类型。
注解
此属性的值是由 MediaEncodingSubtypes 类的属性定义的字符串之一。 如果找不到子类型的友好名称,则以纯文本格式返回子类型的 GUID 。