Enum PassthroughMode
Configure if the encoding should use the video stream as the passthrough mode or a dedicated caption stream.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum PassthroughMode
Fields
Name | Description |
---|---|
CAPTION_STREAM | Select the captions from a separate caption stream |
VIDEO_CAPTION_STREAM | Select the captions from the video stream or from the caption stream. Don't use this option if the input file contains both caption variants. |
VIDEO_STREAM | Select the embedded captions from the video stream |