WMDRM_ENCRYPT_SCATTER_INFO structure
The WMDRM_ENCRYPT_SCATTER_INFO structure contains information needed to configure the IWMDRMEncryptScatter interface for use.
Syntax
typedef struct WMDRM_ENCRYPT_SCATTER_INFO {
DWORD dwStreamID;
DWORD dwSampleProtectionVersion;
DWORD cbProtectionInfo;
BYTE *pbProtectionInfo;
} ;
Members
-
dwStreamID
-
Identifier of the stream to be encrypted.
-
dwSampleProtectionVersion
-
Sample protection version to be used to encode data from the specified stream.
-
cbProtectionInfo
-
Size of the pbProtectionInfo buffer in bytes.
-
pbProtectionInfo
-
Buffer containing additional protection information.
Remarks
This structure is used by the IWMDRMEncryptScatter::InitEncryptScatter method.
Requirements
Header |
|