VideoProfile Constructors

Definition

Overloads

VideoProfile(VideoProfileState)

Creates an instance of the VideoProfile

VideoProfile(VideoProfileState, Int32)

Creates an instance of the VideoProfile

VideoProfile(IntPtr, JniHandleOwnership)

VideoProfile(VideoProfileState)

Creates an instance of the VideoProfile

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=23)]
public VideoProfile (Android.Telecom.VideoProfileState videoState);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=23)>]
new Android.Telecom.VideoProfile : Android.Telecom.VideoProfileState -> Android.Telecom.VideoProfile

Parameters

videoState
VideoProfileState

The video state.

Attributes

Remarks

Creates an instance of the VideoProfile

Java documentation for android.telecom.VideoProfile.VideoProfile(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

VideoProfile(VideoProfileState, Int32)

Creates an instance of the VideoProfile

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=23)]
public VideoProfile (Android.Telecom.VideoProfileState videoState, int quality);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=23)>]
new Android.Telecom.VideoProfile : Android.Telecom.VideoProfileState * int -> Android.Telecom.VideoProfile

Parameters

videoState
VideoProfileState

The video state.

quality
Int32

The video quality.

Attributes

Remarks

Creates an instance of the VideoProfile

Java documentation for android.telecom.VideoProfile.VideoProfile(int, 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

VideoProfile(IntPtr, JniHandleOwnership)

protected VideoProfile (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Telecom.VideoProfile : nativeint * Android.Runtime.JniHandleOwnership -> Android.Telecom.VideoProfile

Parameters

javaReference
IntPtr

nativeint

Remarks

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