java.lang.Object | |
↳ | android.support.v7.media.MediaRouteSelector.Builder |
Builder for
media route selectors
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates an empty media route selector builder.
|
||||||||||
|
Creates a media route selector descriptor builder whose initial contents are
copied from an existing selector.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Adds a list of
media control categories
to the builder.
|
||||||||||
|
Adds a
media control category
to the builder.
|
||||||||||
|
Adds the contents of an existing media route selector to the builder.
|
||||||||||
|
Builds the
media route selector
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates an empty media route selector builder.
Creates a media route selector descriptor builder whose initial contents are copied from an existing selector.
Adds a list of
media control categories
to the builder.
categories |
The list categories to add to the set of desired capabilities,
such as
CATEGORY_LIVE_AUDIO
.
|
---|
Adds a
media control category
to the builder.
category |
The category to add to the set of desired capabilities, such as
CATEGORY_LIVE_AUDIO
.
|
---|
Adds the contents of an existing media route selector to the builder.
selector | The media route selector whose contents are to be added. |
---|