VideoProfile.VideoState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The video state of the call.
public virtual Android.Telecom.VideoProfileState VideoState { [Android.Runtime.Register("getVideoState", "()I", "GetGetVideoStateHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getVideoState", "()I", "GetGetVideoStateHandler", ApiSince=23)>]
member this.VideoState : Android.Telecom.VideoProfileState
Property Value
- Attributes
Remarks
The video state of the call. Valid values: VideoProfile#STATE_AUDIO_ONLY
, VideoProfile#STATE_BIDIRECTIONAL
, VideoProfile#STATE_TX_ENABLED
, VideoProfile#STATE_RX_ENABLED
, VideoProfile#STATE_PAUSED
.
Java documentation for android.telecom.VideoProfile.getVideoState()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.