Language

TvTrackInfo.Builder.SetVideoHeight(Int32) Method

Definition

Sets the height of the video, in the unit of pixels.

[Android.Runtime.Register("setVideoHeight", "(I)Landroid/media/tv/TvTrackInfo$Builder;", "")]
public Android.Media.TV.TvTrackInfo.Builder SetVideoHeight(int videoHeight);
[<Android.Runtime.Register("setVideoHeight", "(I)Landroid/media/tv/TvTrackInfo$Builder;", "")>]
member this.SetVideoHeight : int -> Android.Media.TV.TvTrackInfo.Builder

Parameters

videoHeight
Int32

The height of the video.

Returns

Attributes

Remarks

Sets the height of the video, in the unit of pixels. Valid only for TvTrackInfo.TYPE_VIDEO tracks.

Android reference for android.media.tv.TvTrackInfo.Builder.setVideoHeight.

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