Navigation
API > API/Plugins > API/Plugins/ElectraBase
Encryption information of a track.
| Name | FDRMTypeFormat |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/CodecTypeFormat.h |
| Include Path | #include "CodecTypeFormat.h" |
Syntax
struct FDRMTypeFormat
Structs
| Name | Remarks |
|---|---|
| FISOEncryptionInfo | As defined by ISO/IEC 14496-12 Section 8.12 and ISO/IEC 23001-7. |
| FNullEncryptionInfo |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EncryptionInfo | TVariant< FNullEncryptionInfo, FISOEncryptionInfo > | CodecTypeFormat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEncrypted() |
CodecTypeFormat.h |