Language

BroadcastInfoRequestOption Enum

Definition

public enum BroadcastInfoRequestOption
type BroadcastInfoRequestOption = 
Inheritance
BroadcastInfoRequestOption

Fields

Name Value Description
Repeat 0

Request option: repeat.

With this option, a response is sent when related broadcast information is detected, even if the same information has been sent previously.

Android reference for android.media.tv.BroadcastInfoRequest.REQUEST_OPTION_REPEAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AutoUpdate 1

Request option: auto update.

With this option, a response is sent only when broadcast information is detected for the first time, new values are detected.

Android reference for android.media.tv.BroadcastInfoRequest.REQUEST_OPTION_AUTO_UPDATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Oneway 2

Request option: one-way

With this option, no response is expected after sending the request.

Android reference for android.media.tv.BroadcastInfoRequest.REQUEST_OPTION_ONEWAY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Oneshot 3

Request option: one-shot

With this option, only one response will be given per request.

Android reference for android.media.tv.BroadcastInfoRequest.REQUEST_OPTION_ONESHOT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to