Enum StreamSelectionMode
StreamSelectionMode
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum StreamSelectionMode
Fields
Name | Description |
---|---|
AUDIO_RELATIVE | Use the stream specified by 'position', counting audio streams only |
AUTO | Automatically select the first stream that fits the Stream's codec configuration |
POSITION_ABSOLUTE | Use the stream specified by 'position' |
SUBTITLE_RELATIVE | Use the stream specified by 'position', counting subtitle streams only |
VIDEO_RELATIVE | Use the stream specified by 'position', counting video streams only |