java.lang.Object | |
↳ | com.google.android.gms.cast.framework.media.CastMediaOptions |
Configuration parameters for starting a Cast media session. The CastMediaOptions.Builder
is used to create an instance of CastMediaOptions
, and so contains the corresponding
setter methods.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CastMediaOptions.Builder | A builder to create an instance of CastMediaOptions . |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the expanded controller
Activity that displays a full-screen media
controller. | |||||||||||
Returns the
ImagePicker to choose an appropriate image. | |||||||||||
Returns the name of the
BroadcastReceiver that handles media intents from notification
and lock screen. | |||||||||||
Returns the options to configure notification.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the name of the expanded controller Activity
that displays a full-screen media
controller.
Returns | |
---|---|
String |
Returns the ImagePicker
to choose an appropriate image.
Returns | |
---|---|
ImagePicker |
Returns the name of the BroadcastReceiver
that handles media intents from notification
and lock screen. The default value is MediaIntentReceiver
.
Returns | |
---|---|
String |
Returns the options to configure notification.
Returns | |
---|---|
NotificationOptions |
Parameters | |
---|---|
out |
Parcel |
flags |
int |