BrightcovePictureInPictureParams

Represents a set of parameters used to initialize and update an Activity in picture-in-picture mode. This class is a derivative of android.app.PictureInPictureParams

Types

Link copied to clipboard
open class Builder
Builder class for BrightcovePictureInPictureParams objects.

Properties

Link copied to clipboard
val CREATOR: Creator<BrightcovePictureInPictureParams>

Functions

Link copied to clipboard
Copies the set parameters from the other picture-in-picture args.
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getActions(): List<RemoteAction>
Link copied to clipboard
open fun getAndroidPictureInPictureParams(): PictureInPictureParams
Gets the Android PictureInPictureParams.
Link copied to clipboard
open fun getAspectRatio(): Float
Link copied to clipboard
open fun getAspectRatioRational(): Rational
Gets aspect ratio rational.
Link copied to clipboard
open fun getSourceRectHint(): Rect
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns true if the Activity will enter into Picture in Picture mode when the user puts the activity in the background, for example, when of pressing the Home key.
Link copied to clipboard
open fun truncateActions(size: Int)
Truncates the set of actions to the given {@param size}.
Link copied to clipboard
open fun writeToParcel(out: Parcel, flags: Int)