GADVideoOptions
@interface GADVideoOptions : GADAdLoaderOptionsVideo ad options.
- 
                  
                  Indicates whether videos should start muted. By default this property value is YES. DeclarationSwift var shouldStartMuted: Bool { get set }Objective-C @property (nonatomic) BOOL startMuted;
- 
                  
                  Indicates whether the requested video should have custom controls enabled for play/pause/mute/unmute. DeclarationSwift var areCustomControlsRequested: Bool { get set }Objective-C @property (nonatomic) BOOL customControlsRequested;
- 
                  
                  Indicates whether the requested video should have the click to expand behavior. DeclarationSwift var isClickToExpandRequested: Bool { get set }Objective-C @property (nonatomic) BOOL clickToExpandRequested;