MediaCasSessionUsage 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 MediaCasSessionUsage
type MediaCasSessionUsage =
- Inheritance
-
MediaCasSessionUsage
Fields
| Name | Value | Description |
|---|---|---|
| Live | 0 | Cas session is used to descramble live streams. 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. |
| Playback | 1 | Cas session is used to descramble recoreded streams. 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. |
| Record | 2 | Cas session is used to descramble live streams and encrypt local recorded content 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. |
| Timeshift | 3 | Cas session is used to descramble live streams, encrypt local recorded content and playback local encrypted content. 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. |