MediaCasScramblingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum MediaCasScramblingMode
type MediaCasScramblingMode =
- Inheritance
-
MediaCasScramblingMode
Fields
| Name | Value | Description |
|---|---|---|
| Reserved | 0 | DVB (Digital Video Broadcasting) reserved mode. Android reference for 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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. |