public class

CastMediaOptions

extends Object
implements SafeParcelable
java.lang.Object
   ↳ com.google.android.gms.cast.framework.media.CastMediaOptions

Class Overview

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.

Summary

Nested Classes
class CastMediaOptions.Builder A builder to create an instance of CastMediaOptions
[Expand]
Inherited Constants
From interface com.google.android.gms.common.internal.safeparcel.SafeParcelable
From interface android.os.Parcelable
Public Methods
boolean equals(Object obj)
String getExpandedControllerActivityClassName()
Returns the name of the expanded controller Activity that displays a full-screen media controller.
ImagePicker getImagePicker()
Returns the ImagePicker to choose an appropriate image.
String getMediaIntentReceiverClassName()
Returns the name of the BroadcastReceiver that handles media intents from notification and lock screen.
NotificationOptions getNotificationOptions()
Returns the options to configure notification.
int hashCode()
String toString()
Returns a string representation of this object.
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public boolean equals (Object obj)

public String getExpandedControllerActivityClassName ()

Returns the name of the expanded controller Activity that displays a full-screen media controller.

public ImagePicker getImagePicker ()

Returns the ImagePicker to choose an appropriate image.

public String getMediaIntentReceiverClassName ()

Returns the name of the BroadcastReceiver that handles media intents from notification and lock screen. The default value is MediaIntentReceiver.

public NotificationOptions getNotificationOptions ()

Returns the options to configure notification.

public int hashCode ()

public String toString ()

Returns a string representation of this object.

public void writeToParcel (Parcel out, int flags)