Partager via


BluetoothCodecConfig.CodecSpecific3 Property

Definition

Returns the codec specific value3.

public long CodecSpecific3 { [Android.Runtime.Register("getCodecSpecific3", "()J", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getCodecSpecific3", "()J", "", ApiSince=33)>]
member this.CodecSpecific3 : int64

Property Value

Attributes

Remarks

Returns the codec specific value3. As the value and usage differ for each codec, please refer to the concerned codec specification to obtain the codec specific information.

See section 4.3.2 of the Bluetooth A2dp specification for SBC codec specific information elements.

See section 4.4.2 of the Bluetooth A2dp specification for MPEG-1,2 Audio codec specific information elements.

See section 4.5.2 of the Bluetooth A2dp specification for MPEG-2, 4 AAC codec specific information elements.

See section 4.6.2 of the Bluetooth A2dp specification for ATRAC family codec specific information elements.

See section 4.7.2 of the Bluetooth A2dp specification for Vendor Specific A2DP codec specific information elements.

Java documentation for android.bluetooth.BluetoothCodecConfig.getCodecSpecific3().

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