Enum ForceFlushMode
Force the encoder to flush frames. Default is DISABLED.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum ForceFlushMode
Fields
Name | Description |
---|---|
ALL_FRAMES | Flush all the frames even when the input is not over |
DISABLED | Flush the encoder only when all the input pictures are over |
SLICE_TYPE | Flush the slicetype decided frames only |