Instance Property
hideFirstFrame
When set to true the first frame of the main content will not be rendered before playback starts. Default is false.
var hideFirstFrame: Bool
Deprecated
Use PlayerViewConfig.hideFirstFrame instead.
Discussion
To reliably hide the first frame before a pre-roll ad, please ensure that you are using the AdvertisingConfig to schedule ads and not the scheduleAd API call.