BluetoothCodecConfig.CodecSpecific1 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the codec specific value1.
public long CodecSpecific1 { [Android.Runtime.Register("getCodecSpecific1", "()J", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getCodecSpecific1", "()J", "", ApiSince=33)>]
member this.CodecSpecific1 : int64
Property Value
- Attributes
Remarks
Returns the codec specific value1. 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.getCodecSpecific1()
.
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.