Language

TvTrackInfo.Builder.SetAudioChannelCount(Int32) Method

Definition

Sets the audio channel count.

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

Parameters

audioChannelCount
Int32

The audio channel count.

Returns

Attributes

Remarks

Sets the audio channel count. Valid only for TvTrackInfo.TYPE_AUDIO tracks.

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

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