Player Host
interface PlayerHost
Interface for classes that can provide a VdoPlayer instance to load media and control playback.
Inheritors
Types
Link copied to clipboard
interface InitializationListener
Interface for callbacks related to initialization of a VdoPlayer.
Link copied to clipboard
Thrown when getPlayer is called on an uninitialized PlayerHost or if the hosted VdoPlayer has been released.
Link copied to clipboard
Resize modes for PlayerHost.
Properties
Link copied to clipboard
The specified aspect ratio is ignored.
Link copied to clipboard
Either the width or height is decreased to obtain the desired aspect ratio.
Link copied to clipboard
The height is fixed and the width is increased or decreased to obtain the desired aspect ratio.
Link copied to clipboard
The width is fixed and the height is increased or decreased to obtain the desired aspect ratio.
Link copied to clipboard
Either the width or height is increased to obtain the desired aspect ratio.
Link copied to clipboard
Video's aspect ratio is maintained.
Link copied to clipboard
Video is scaled to fit the containing view's dimensions.