Enum AudioVolumeUnit
The unit in which the audio volume should be changed
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum AudioVolumeUnit
Fields
Name | Description |
---|---|
DB | Change the audio volume in decibels. E.g., volume 4 will increase audio volume by 4 decibels. |
PERCENT | Change the audio volume in percent, e.g., volume 100 will leave the audio volume unchanged, volume 50 will halve the audio volume. |