BluetoothCodecStatus.Builder クラス

定義

BluetoothCodecStatus用ビルダー。

[Android.Runtime.Register("android/bluetooth/BluetoothCodecStatus$Builder", ApiSince=33, DoNotGenerateAcw=true)]
public sealed class BluetoothCodecStatus.Builder : Java.Lang.Object
[<Android.Runtime.Register("android/bluetooth/BluetoothCodecStatus$Builder", ApiSince=33, DoNotGenerateAcw=true)>]
type BluetoothCodecStatus.Builder = class
    inherit Object
継承
BluetoothCodecStatus.Builder
属性

注釈

BluetoothCodecStatus用ビルダー。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
BluetoothCodecStatus.Builder()

BluetoothCodecStatus用ビルダー。

プロパティ

名前 説明
Class

この Objectのランタイム クラスを返します。

(継承元 Object)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

BluetoothCodecStatus用ビルダー。

(継承元 Object)
JniPeerMembers

BluetoothCodecStatus用ビルダー。

PeerReference

BluetoothCodecStatus用ビルダー。

(継承元 Object)
ThresholdClass

この API は Android 用 Mono インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

(継承元 Object)
ThresholdType

この API は Android 用 Mono インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

(継承元 Object)

メソッド

名前 説明
Build()

ビルド BluetoothCodecStatus

Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Dispose()

BluetoothCodecStatus用ビルダー。

(継承元 Object)
Dispose(Boolean)

BluetoothCodecStatus用ビルダー。

(継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()

オブジェクトへの参照がなくなったとガベージ コレクションによって判断されたときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
SetCodecConfig(BluetoothCodecConfig)

BluetoothCodecStatus用ビルダー。

SetCodecsLocalCapabilities(IList<BluetoothCodecConfig>)

BluetoothCodecStatus用ビルダー。

SetCodecsSelectableCapabilities(IList<BluetoothCodecConfig>)

BluetoothCodecStatus用ビルダー。

SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
ToArray<T>()

BluetoothCodecStatus用ビルダー。

(継承元 Object)
ToString()

オブジェクトの文字列形式を返します。

(継承元 Object)
UnregisterFromRuntime()

BluetoothCodecStatus用ビルダー。

(継承元 Object)
Wait()

現在のスレッドが起動するまで待機します。通常は、 <em>notified</em> または <em>interrupted</em>。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドは、通常、 <em>notified</em> または <em>interrupted</em>、または一定のリアルタイムが経過するまで、起動されるまで待機します。

(継承元 Object)
Wait(Int64)

現在のスレッドは、通常、 <em>notified</em> または <em>interrupted</em>、または一定のリアルタイムが経過するまで、起動されるまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
IJavaPeerable.Disposed()

BluetoothCodecStatus用ビルダー。

(継承元 Object)
IJavaPeerable.DisposeUnlessReferenced()

BluetoothCodecStatus用ビルダー。

(継承元 Object)
IJavaPeerable.Finalized()

BluetoothCodecStatus用ビルダー。

(継承元 Object)
IJavaPeerable.JniManagedPeerState

BluetoothCodecStatus用ビルダー。

(継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

BluetoothCodecStatus用ビルダー。

(継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

BluetoothCodecStatus用ビルダー。

(継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

BluetoothCodecStatus用ビルダー。

(継承元 Object)

拡張メソッド

名前 説明
GetJniTypeName(IJavaPeerable)

インスタンス selfの型の JNI 名を取得します。

JavaAs<TResult>(IJavaPeerable)

selfを強制的にTResult入力し、強制型がJava側で有効であることを確認します。

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

BluetoothCodecStatus用ビルダー。

TryJavaCast<TResult>(IJavaPeerable, TResult)

selfを強制的にTResult入力し、強制型がJava側で有効であることを確認します。

適用対象