BluetoothCodecType.CodecId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳編解碼器唯一識別碼。
public long CodecId { [Android.Runtime.Register("getCodecId", "()J", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getCodecId", "()J", "", ApiSince=35)>]
member this.CodecId : int64
屬性值
- 屬性
備註
回傳編解碼器唯一識別碼。
編解碼器識別碼為 40 位元:
<ul>li 位元 0-7:音訊編碼 ID,依據 [ID 6.5.1] <定義 ul><li>0x00: SBC <li 0x02>: AAC <li>0xFF: 供應商 </ul<>li>位元 8-23:公司 ID,若八位元組 0 未被0xFF,則設為 0。>< <li>位元 24-39:廠商定義的編解碼器 ID,設為 0,若八位元組 0 未被 0xFF。 </ul>
Java 文件 android.bluetooth.BluetoothCodecType.getCodecId()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。