The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
eAVEncVideoContentType enumeration
Specifies the type of video content. This enumeration is used with the CODECAPI_AVEncVideoContentType property.
Syntax
enum eAVEncVideoContentType {
eAVEncVideoContentType_Unknown = 0,
eAVEncVideoContentType_FixedCameraAngle = 1
};
Constants
- eAVEncVideoContentType_Unknown
-
Unknown or normal content. (Default.)
- eAVEncVideoContentType_FixedCameraAngle
-
The content was captured with a fixed camera, such as a webcam.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: