[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADVideoOptions\u003c/code\u003e provides customization settings for video ads displayed within Google Mobile Ads SDK.\u003c/p\u003e\n"],["\u003cp\u003eControl video playback behavior with options like starting muted (\u003ccode\u003estartMuted\u003c/code\u003e) and enabling custom controls (\u003ccode\u003ecustomControlsRequested\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDetermine whether the video ad can expand upon clicking using the \u003ccode\u003eclickToExpandRequested\u003c/code\u003e property.\u003c/p\u003e\n"]]],["GADVideoOptions configures video ad behavior. The `startMuted` property determines if videos begin muted, defaulting to YES. `customControlsRequested` dictates whether play/pause/mute controls are enabled. `clickToExpandRequested` specifies if the video should have a click-to-expand feature. These properties are accessible and modifiable via Swift and Objective-C, allowing developers to adjust the user's video ad experience.\n"],null,["GADVideoOptions \n\n\n @interface GADVideoOptions : ../Classes.html#/c:objc(cs)GADAdLoaderOptions\n\nVideo ad options.\n- `\n ``\n ``\n `\n\n [startMuted](#/c:objc(cs)GADVideoOptions(py)startMuted)`\n ` \n Indicates whether videos should start muted. By default this property value is YES. \n\n Declaration \n Swift \n\n var shouldStartMuted: Bool { get set }\n\n Objective-C \n\n @property (nonatomic) BOOL startMuted;\n\n- `\n ``\n ``\n `\n\n [customControlsRequested](#/c:objc(cs)GADVideoOptions(py)customControlsRequested)`\n ` \n Indicates whether the requested video should have custom controls enabled for\n play/pause/mute/unmute. \n\n Declaration \n Swift \n\n var areCustomControlsRequested: Bool { get set }\n\n Objective-C \n\n @property (nonatomic) BOOL customControlsRequested;\n\n- `\n ``\n ``\n `\n\n [clickToExpandRequested](#/c:objc(cs)GADVideoOptions(py)clickToExpandRequested)`\n ` \n Indicates whether the requested video should have the click to expand behavior. \n\n Declaration \n Swift \n\n var isClickToExpandRequested: Bool { get set }\n\n Objective-C \n\n @property (nonatomic) BOOL clickToExpandRequested;"]]