BluetoothCodecConfig.Builder.SetExtendedCodecType(BluetoothCodecType) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Impostare il tipo di codec per la configurazione del codec Bluetooth.
[Android.Runtime.Register("setExtendedCodecType", "(Landroid/bluetooth/BluetoothCodecType;)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=35)]
public Android.Bluetooth.BluetoothCodecConfig.Builder SetExtendedCodecType(Android.Bluetooth.BluetoothCodecType? codecType);
[<Android.Runtime.Register("setExtendedCodecType", "(Landroid/bluetooth/BluetoothCodecType;)Landroid/bluetooth/BluetoothCodecConfig$Builder;", "", ApiSince=35)>]
member this.SetExtendedCodecType : Android.Bluetooth.BluetoothCodecType -> Android.Bluetooth.BluetoothCodecConfig.Builder
Parametri
- codecType
- BluetoothCodecType
di questo codec. Questo valore può essere Null.
Valori restituiti
stessa istanza di Builder. Questo valore non può essere Null.
- Attributi
Commenti
Impostare il tipo di codec per la configurazione del codec Bluetooth.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.