isHideFirstFrame property
- @JsonKey(name: 'isHideFirstFrame')
final
Whether the first frame of the main content will be rendered before
playback starts.
Default value is false
.
Implementation
@JsonKey(name: 'isHideFirstFrame')
final bool isHideFirstFrame;