Language

MediaCasSessionUsage Enum

Definition

public enum MediaCasSessionUsage
type MediaCasSessionUsage = 
Inheritance
MediaCasSessionUsage

Fields

Name Value Description
Live 0

Cas session is used to descramble live streams.

Android reference for android.media.MediaCas.SESSION_USAGE_LIVE.

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.

Playback 1

Cas session is used to descramble recoreded streams.

Android reference for android.media.MediaCas.SESSION_USAGE_PLAYBACK.

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.

Record 2

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

Android reference 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.

Timeshift 3

Cas session is used to descramble live streams, encrypt local recorded content and playback local encrypted content.

Android reference for android.media.MediaCas.SESSION_USAGE_TIMESHIFT.

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