AppCaptureSettings.CustomVideoEncodingHeight 속성

정의

사용자 지정 비디오 인코딩 높이를 가져오거나 설정합니다.

참고

이 API는 모든 Windows 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

public:
 property unsigned int CustomVideoEncodingHeight { unsigned int get(); void set(unsigned int value); };
uint32_t CustomVideoEncodingHeight();

void CustomVideoEncodingHeight(uint32_t value);
public uint CustomVideoEncodingHeight { get; set; }
var uInt32 = appCaptureSettings.customVideoEncodingHeight;
appCaptureSettings.customVideoEncodingHeight = uInt32;
Public Property CustomVideoEncodingHeight As UInteger

속성 값

UInt32

unsigned int

uint32_t

사용자 지정 비디오 인코딩 높이입니다.

Windows 요구 사항

앱 기능
appCaptureSettings

적용 대상

추가 정보