Enum AudioVideoSyncMode
AudioVideoSyncMode
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum AudioVideoSyncMode
Fields
Name | Description |
---|---|
RESYNC_AT_START | Drop audio samples or add audio silence samples at the start of the audio stream. |
RESYNC_AT_START_AND_END | Adds or drops audio samples at the start.<br> Adds silence audio samples at the end of the audio inputs.<br> This mode does not drop audio samples from the end. |
STANDARD | Do not add or drop any audio samples. |