VideoProfile.VideoStateToString(VideoProfileState) Method

Definition

Generates a string representation of a video state.

[Android.Runtime.Register("videoStateToString", "(I)Ljava/lang/String;", "", ApiSince=23)]
public static string? VideoStateToString (Android.Telecom.VideoProfileState videoState);
[<Android.Runtime.Register("videoStateToString", "(I)Ljava/lang/String;", "", ApiSince=23)>]
static member VideoStateToString : Android.Telecom.VideoProfileState -> string

Parameters

videoState
VideoProfileState

The video state.

Returns

String representation of the video state.

Attributes

Remarks

Generates a string representation of a video state.

Java documentation for android.telecom.VideoProfile.videoStateToString(int).

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.

Applies to