Skip to content

Commit

Permalink
Adds a comment about key rotation parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason239 committed Sep 22, 2023
1 parent 63e948c commit bbfc7b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/PallyConCpixClient/CpixClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ namespace pallycon
* @param encryptionScheme Encryption scheme. (e.g. CENC, CBCS, etc)
* @param trackType Track type for multi-key packaging. (e.g. SD|HD|AUDIO)
* For single-key packaging, it should be ALL_TRACKS.
* @param periodIndex Period index for key rotation.
* @param periodIndex Period index for key rotation.
Setting a value greater than 0 enables key rotation.
*/
ContentPackagingInfo GetContentKeyInfoFromPallyConKMS(const std::string contentId, DrmType drmType, EncryptionScheme encryptionScheme = CENC, TrackType trackType = ALL_TRACKS, long periodIndex = 0);
};
Expand Down

0 comments on commit bbfc7b6

Please sign in to comment.