Language

MediaCasScramblingMode Enum

Definition

public enum MediaCasScramblingMode
type MediaCasScramblingMode = 
Inheritance
MediaCasScramblingMode

Fields

Name Value Description
Reserved 0

DVB (Digital Video Broadcasting) reserved mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_RESERVED.

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.

DvbCsa1 1

DVB (Digital Video Broadcasting) Common Scrambling Algorithm (CSA) 1.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_CSA1.

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.

DvbCsa2 2

DVB CSA 2.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_CSA2.

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.

DvbCsa3Standard 3

DVB CSA 3 in standard mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_CSA3_STANDARD.

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.

DvbCsa3Minimal 4

DVB CSA 3 in minimally enhanced mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_CSA3_MINIMAL.

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.

DvbCsa3Enhance 5

DVB CSA 3 in fully enhanced mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_CSA3_ENHANCE.

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.

DvbCissaV1 6

DVB Common IPTV Software-oriented Scrambling Algorithm (CISSA) Version 1.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_CISSA_V1.

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.

DvbIdsa 7

ATIS-0800006 IIF Default Scrambling Algorithm (IDSA).

Android reference for android.media.MediaCas.SCRAMBLING_MODE_DVB_IDSA.

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.

Multi2 8

A symmetric key algorithm.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_MULTI2.

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.

Aes128 9

Advanced Encryption System (AES) 128-bit Encryption mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_AES128.

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.

AesEcb 10

Advanced Encryption System (AES) Electronic Code Book (ECB) mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_AES_ECB.

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.

AesScte52 11

Advanced Encryption System (AES) Society of Cable Telecommunications Engineers (SCTE) 52 mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_AES_SCTE52.

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.

TdesEcb 12

Triple Data Encryption Algorithm (TDES) Electronic Code Book (ECB) mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_TDES_ECB.

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.

TdesScte52 13

Triple Data Encryption Algorithm (TDES) Society of Cable Telecommunications Engineers (SCTE) 52 mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_TDES_SCTE52.

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.

Cbc 14

Advanced Encryption System (AES) Cipher Block Chaining (CBC) mode.

Android reference for android.media.MediaCas.SCRAMBLING_MODE_AES_CBC.

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