eAVEncVideoContentType 列挙 (codecapi.h)

ビデオ コンテンツの種類を指定します。 この列挙は、CODECAPI_AVEncVideoContentType プロパティと共 使用されます。

構文

typedef enum eAVEncVideoContentType {
  eAVEncVideoContentType_Unknown = 0,
  eAVEncVideoContentType_FixedCameraAngle = 1
} ;

定数

 
eAVEncVideoContentType_Unknown
値: 0
不明または通常のコンテンツ。 (既定値。)
eAVEncVideoContentType_FixedCameraAngle
値: 1
コンテンツは、Web カメラなどの固定カメラでキャプチャされました。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリ |UWP アプリ]
Header codecapi.h

こちらもご覧ください

Media Foundation 列挙