VideoSubtitleConfiguration
VideoSubtitleConfiguration
#
Represents the configuration for video subtitles.
padding
#
padding: PaddingValue = field(
default_factory=lambda: Padding(
left=16.0, top=0.0, right=16.0, bottom=24.0
)
)
The padding to be used for the subtitles.