Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
eAVEncCommonStreamEndHandling Enumeration
Specifies whether the encoder discards partial groups of pictures (GOPs) at the end of the stream. This enumeration is used with the AVEncCommonStreamEndHandling codec property.
Syntax
enum eAVEncCommonStreamEndHandling { eAVEncCommonStreamEndHandling_DiscardPartial = 0, eAVEncCommonStreamEndHandling_EnsureComplete = 1 };
Members
eAVEncCommonStreamEndHandling_DiscardPartial
If there is a partial GOP at the end of the stream, the encoder will discard it.
eAVEncCommonStreamEndHandling_EnsureComplete
If there is a partial GOP at the end of the stream, the encoder will adjust the GOP and encode all of the stream data.
Requirements
Header: Include codecapi.h.
See Also