Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 2.36 KB

wmdrm-encrypt-scatter-info.md

File metadata and controls

101 lines (59 loc) · 2.36 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date ms.custom
WMDRM_ENCRYPT_SCATTER_INFO structure (Wmdrmsdk.h)
The WMDRM\_ENCRYPT\_SCATTER\_INFO structure contains information needed to configure the IWMDRMEncryptScatter interface for use.
25e19511-56ac-441b-b521-5097dd792ead
WMDRM_ENCRYPT_SCATTER_INFO structure windows Media Format
structure windows Media Format
apiref
WMDRM_ENCRYPT_SCATTER_INFO
Wmdrmsdk.h
HeaderDef
reference
4/26/2023
UpdateFrequency5

WMDRM_ENCRYPT_SCATTER_INFO structure

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

Requirement Value
Header
Wmdrmsdk.h

See also

Structures