次の方法で共有


ACSVideoStreamResolution 列挙型

宣言

typedef enum ACSVideoStreamResolution : NSInteger { ... } ACSVideoStreamResolution;

説明

VirtualOutgoingVideoStream でサポートされているビデオ解像度の一覧を表します

Name 説明 解説
ACSVideoStreamResolutionUnknown 0 不明な解像度を表します
ACSVideoStreamResolutionP1080 1 1920x1080 解像度を表します
ACSVideoStreamResolutionP720 2 1280x720 解像度を表します
ACSVideoStreamResolutionP540 3 960 x 540 の解像度を表します
ACSVideoStreamResolutionP480 4 858 x 480 の解像度を表します
ACSVideoStreamResolutionP360 5 640 x 360 の解像度を表します
ACSVideoStreamResolutionP270 6 480 x 270 の解像度を表します
ACSVideoStreamResolutionP240 7 352 x 240 の解像度を表します
ACSVideoStreamResolutionP180 8 320 x 180 の解像度を表します
ACSVideoStreamResolutionFullHd 9 1920x1080 解像度を表します
ACSVideoStreamResolutionHd 10 1280x720 解像度を表します
ACSVideoStreamResolutionVga 11 640 x 480 の解像度を表します
ACSVideoStreamResolutionQvga 12 320 x 240 の解像度を表します