AudioFormat.EncodingPcm32bit 字段

定义

注意

This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.

音频数据格式:每个样本 32 位 PCM。

[Android.Runtime.Register("ENCODING_PCM_32BIT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)]
public const Android.Media.Encoding EncodingPcm32bit = 22;
[<Android.Runtime.Register("ENCODING_PCM_32BIT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)>]
val mutable EncodingPcm32bit : Android.Media.Encoding

字段值

Value = 22

实现

属性

注解

音频数据格式:每个样本 32 位 PCM。 不保证设备支持,如果不支持,可以模拟。

适用于 . 的 android.media.AudioFormat.ENCODING_PCM_32BITJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于