VideoEncodingProperties.CreateUncompressed(String, UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为未压缩的视频创建 VideoEncodingProperties 的实例。
public:
static VideoEncodingProperties ^ CreateUncompressed(Platform::String ^ subtype, unsigned int width, unsigned int height);
static VideoEncodingProperties CreateUncompressed(winrt::hstring const& subtype, uint32_t const& width, uint32_t const& height);
public static VideoEncodingProperties CreateUncompressed(string subtype, uint width, uint height);
function createUncompressed(subtype, width, height)
Public Shared Function CreateUncompressed (subtype As String, width As UInteger, height As UInteger) As VideoEncodingProperties
参数
- subtype
-
String
Platform::String
winrt::hstring
格式的媒体子类型。
- width
-
UInt32
unsigned int
uint32_t
视频图像宽度。
- height
-
UInt32
unsigned int
uint32_t
视频图像高度。
返回
视频编码属性。