Added in API level 33
    DsmccRequest
class DsmccRequest : BroadcastInfoRequest, Parcelable
| kotlin.Any | ||
| ↳ | android.media.tv.BroadcastInfoRequest | |
| ↳ | android.media.tv.DsmccRequest | |
A request for DSM-CC from broadcast signal.
Summary
| Inherited constants | |
|---|---|
| Public constructors | |
|---|---|
| DsmccRequest(requestId: Int, option: Int, uri: Uri) | |
| Public methods | |
|---|---|
| Int | |
| Uri | getUri()Gets the URI for DSM-CC object. | 
| Unit | writeToParcel(dest: Parcel, flags: Int)Flatten this object in to a Parcel. | 
| Inherited functions | |
|---|---|
| Properties | |
|---|---|
| static Parcelable.Creator<DsmccRequest!> | |
Public constructors
DsmccRequest
Added in API level 33
      DsmccRequest(
requestId: Int,
option: Int,
uri: Uri)
| Parameters | |
|---|---|
| option | Int: Value is android.media.tv.BroadcastInfoRequest#REQUEST_OPTION_REPEAT,android.media.tv.BroadcastInfoRequest#REQUEST_OPTION_AUTO_UPDATE,android.media.tv.BroadcastInfoRequest#REQUEST_OPTION_ONEWAY, orandroid.media.tv.BroadcastInfoRequest#REQUEST_OPTION_ONESHOT | 
| uri | Uri: This value cannot be null. | 
Public methods
describeContents
Added in API level 33
      fun describeContents(): Int
| Return | |
|---|---|
| Int | a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0orandroid.os.Parcelable#CONTENTS_FILE_DESCRIPTOR | 
getUri
Added in API level 33
      fun getUri(): Uri
Gets the URI for DSM-CC object.
| Return | |
|---|---|
| Uri | This value cannot be null. | 
writeToParcel
Added in API level 33
      fun writeToParcel(
dest: Parcel,
flags: Int
): Unit
Flatten this object in to a Parcel.
| Parameters | |
|---|---|
| dest | Parcel: This value cannot be null. | 
| flags | Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. Value is either0or a combination ofandroid.os.Parcelable#PARCELABLE_WRITE_RETURN_VALUE, and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES | 
