Connection.ExtraIsRttAudioPresent 字段

定义

传递给 Connection#sendConnectionEvent 的额外项上设置的布尔连接额外键,指示当额外值为 true 时 RTT 调用中存在音频。

[Android.Runtime.Register("EXTRA_IS_RTT_AUDIO_PRESENT", ApiSince=29)]
public const string ExtraIsRttAudioPresent;
[<Android.Runtime.Register("EXTRA_IS_RTT_AUDIO_PRESENT", ApiSince=29)>]
val mutable ExtraIsRttAudioPresent : string

字段值

属性

注解

传递给 Connection#sendConnectionEvent 的额外项上设置的布尔连接额外键,指示当额外值为 true 时 RTT 调用中存在音频。

适用于 . 的 android.telecom.Connection.EXTRA_IS_RTT_AUDIO_PRESENTJava 文档

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

适用于