AVEncCommonRealTime Property
Microsoft DirectShow 9.0 |
AVEncCommonRealTime Property
Specifies whether the application requires real-time encoding performance.
Property GUID
CODECAPI_AVEncCommonRealTime
Data Type
VARIANT_BOOL (VT_BOOL)
Remarks
This property is read/write.
To specify that encoding must be performed in real time, set this property to VARIANT_TRUE. Codecs can also return this property as a capability.
Requirements
Header: Include codecapi.h.
See Also