isHideFirstFrame property

  1. @JsonKey(name: 'isHideFirstFrame')
bool 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;