MediaCas.SessionUsageRecord Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaCasSessionUsage enum directly instead of this field.

Cas session is used to descramble live streams and encrypt local recorded content

[Android.Runtime.Register("SESSION_USAGE_RECORD", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCasSessionUsage enum directly instead of this field.", true)]
public const Android.Media.MediaCasSessionUsage SessionUsageRecord = 2;
[<Android.Runtime.Register("SESSION_USAGE_RECORD", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCasSessionUsage enum directly instead of this field.", true)>]
val mutable SessionUsageRecord : Android.Media.MediaCasSessionUsage

Field Value

Value = 2
Attributes

Remarks

Cas session is used to descramble live streams and encrypt local recorded content

Java documentation for android.media.MediaCas.SESSION_USAGE_RECORD.

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