Class KeyAuthData
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- AVProVideo.Runtime.dll
Data for handling authentication of encrypted AES-128 HLS streams
[Serializable]
public class KeyAuthData : ISerializationCallbackReceiver
- Inheritance
-
objectKeyAuthData
- Implements
-
ISerializationCallbackReceiver
Fields
| Name | Description |
|---|---|
| keyServerToken | |
| overrideDecryptionKeyBase64 |
Properties
| Name | Description |
|---|---|
| overrideDecryptionKey |
Methods
| Name | Description |
|---|---|
| IsModified() | |
| OnAfterDeserialize() | Implement this callback to transform data back into runtime data types after an object is deserialized. |
| OnBeforeSerialize() | Implement this callback to transform data into serializable data types immediately before an object is serialized. |