Share via


AVEncCommonLowLatency Property

 
Microsoft DirectShow 9.0

AVEncCommonLowLatency Property

Specifies whether the output stream should be structured so that the encoded stream has a low decoding latency.

Property GUID

CODECAPI_AVEncCommonLowLatency

Data Type

VARIANT_BOOL (VT_BOOL)

Remarks

This property is read/write.

Decoding latency is defined as the amount of data the decoder must buffer. For example, setting this property to VARIANT_TRUE on an MPEG video encoder limits the types of GOP structures the encoder can use.

Requirements

Header: Include codecapi.h.

See Also