Język

BluetoothLeAudioCodecConfig.Builder.SetFrameDuration(Int32) Method

Definition

Set the frame duration for Bluetooth LE audio codec config.

[Android.Runtime.Register("setFrameDuration", "(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;", "", ApiSince=33)]
public Android.Bluetooth.BluetoothLeAudioCodecConfig.Builder SetFrameDuration(int frameDuration);
[<Android.Runtime.Register("setFrameDuration", "(I)Landroid/bluetooth/BluetoothLeAudioCodecConfig$Builder;", "", ApiSince=33)>]
member this.SetFrameDuration : int -> Android.Bluetooth.BluetoothLeAudioCodecConfig.Builder

Parameters

frameDuration
Int32

of this codec. Value is either 0 or a combination of the following: BluetoothLeAudioCodecConfig.FRAME_DURATION_NONE; BluetoothLeAudioCodecConfig.FRAME_DURATION_7500; BluetoothLeAudioCodecConfig.FRAME_DURATION_10000

Returns

the same Builder instance. This value cannot be null.

Attributes

Remarks

Set the frame duration for Bluetooth LE audio codec config.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.Builder.setFrameDuration.

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