TableResponse.GetTableByteArray Method

Definition

Gets the data of the table as a byte array.

[Android.Runtime.Register("getTableByteArray", "()[B", "", ApiSince=34)]
public byte[]? GetTableByteArray ();
[<Android.Runtime.Register("getTableByteArray", "()[B", "", ApiSince=34)>]
member this.GetTableByteArray : unit -> byte[]

Returns

Byte[]

the table data as a byte array, or null if the data is not stored as a byte array.

Attributes

Remarks

Gets the data of the table as a byte array.

Java documentation for android.media.tv.TableResponse.getTableByteArray().

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