共用方式為


AudioProfile 類別

定義

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

[Android.Runtime.Register("android/media/AudioProfile", ApiSince=31, DoNotGenerateAcw=true)]
public class AudioProfile : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/media/AudioProfile", ApiSince=31, DoNotGenerateAcw=true)>]
type AudioProfile = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
繼承
AudioProfile
屬性
實作

備註

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。 AudioDeviceInfo有支援的 AudioProfiles 清單。 可以有多個配置檔的編碼格式相同。 這通常發生在編碼格式只受到某些特定封裝類型封裝時才支援。 如果有多個封裝類型可以攜帶此編碼格式,則會在不同的音訊配置檔中報告它們。 應用程式可以選擇任何封裝類型。

android.media.AudioProfileJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

建構函式

AudioProfile(IntPtr, JniHandleOwnership)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

欄位

AudioEncapsulationTypeIec61937
已淘汰.

封裝格式是以標準 IEC 61937 定義。

AudioEncapsulationTypeNone
已淘汰.

未指定封裝類型。

AudioEncapsulationTypePcm
已淘汰.

封裝格式是 PCM,可由其他格式使用,這些格式可以包裝在 PCM 框架中,例如 DSD(Direct Stream Digital)。

屬性

Class

傳回這個 Object的運行時間類別。

(繼承來源 Object)
Creator

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

EncapsulationType

封裝類型表示當架構在播放至公開此音訊配置檔的裝置時,使用這個格式時需要哪些封裝類型。

Format

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

Handle

基礎Android實例的句柄。

(繼承來源 Object)
JniIdentityHashCode

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
JniPeerMembers

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

PeerReference

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
ThresholdClass

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

ThresholdType

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

方法

Clone()

建立並傳回這個 對象的複本。

(繼承來源 Object)
DescribeContents()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

Dispose()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
Dispose(Boolean)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
GetChannelIndexMasks()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

GetChannelMasks()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
GetSampleRates()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

JavaFinalize()

當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
ToArray<T>()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
Wait()

讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<>

(繼承來源 Object)
Wait(Int64)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

明確介面實作

IJavaPeerable.Disposed()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
IJavaPeerable.Finalized()

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

(繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

GetJniTypeName(IJavaPeerable)

AudioProfile 專屬於音訊格式,並列出該格式支援的取樣率和通道遮罩。

適用於