Lingua

TableResponse.Builder.SetTableSharedMemory(SharedMemory) Method

Definition

Sets table shared memory.

[Android.Runtime.Register("setTableSharedMemory", "(Landroid/os/SharedMemory;)Landroid/media/tv/TableResponse$Builder;", "", ApiSince=34)]
public Android.Media.TV.TableResponse.Builder SetTableSharedMemory(Android.OS.SharedMemory sharedMemory);
[<Android.Runtime.Register("setTableSharedMemory", "(Landroid/os/SharedMemory;)Landroid/media/tv/TableResponse$Builder;", "", ApiSince=34)>]
member this.SetTableSharedMemory : Android.OS.SharedMemory -> Android.Media.TV.TableResponse.Builder

Parameters

sharedMemory
SharedMemory

The shared memory which stores the table. The table size can be large so using a shared memory optimizes the data communication between the table data source and the receiver. The structure syntax of the table depends on the table name in TableRequest.getTableName() and the corresponding standard. This value cannot be null.

Returns

Attributes

Remarks

Sets table shared memory.

Android reference for android.media.tv.TableResponse.Builder.setTableSharedMemory.

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