Language

TvTrackInfo.Builder.SetVideoWidth(Int32) Method

Definition

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

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

Parameters

videoWidth
Int32

The width of the video.

Returns

Attributes

Remarks

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

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

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