class com.google.ads.studio.video.ConfigurableVideoTransform
This manages the position and resizing of the components that make up the ConfigurableVideoPlayer.
Constructors
ConfigurableVideoTransform(videoPlayer:
VideoPlayer, videoBackground:flash.display:MovieClip, videoThumbnailLoader:
StudioLoader, videoControls:
ConfigurableVideoControlBar)
Instance Methods
Defined in com.google.ads.studio.video:ConfigurableVideoTransform
getPlayerBounds()
:
Rectangle
Returns the bounds of the video player.
overrideConfigurableBounds(bounds:flash.geom:Rectangle=null)
:
void
Sets the transform bounds, ignoring the bounds set via configurable. You can revert back to the configurable bounds using #revertToConfigurableBounds().
revertToConfigurableBounds()
:
void
Reverts back from any overridden bounds to the configurable bounds set via the filler.
unload()
:
void
Unloads the transform controller.
updateDisplay()
:
void
Updates the positions and sizes when it has been modified by the user.