Language

TvTrackInfo.Builder.SetEncrypted(Boolean) Method

Definition

Sets the encryption status of the track.

[Android.Runtime.Register("setEncrypted", "(Z)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)]
public Android.Media.TV.TvTrackInfo.Builder SetEncrypted(bool encrypted);
[<Android.Runtime.Register("setEncrypted", "(Z)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)>]
member this.SetEncrypted : bool -> Android.Media.TV.TvTrackInfo.Builder

Parameters

encrypted
Boolean

The encryption status of the track.

Returns

Attributes

Remarks

Sets the encryption status of the track.

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

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