com.adobe.flashaccess.sdk.media.drm.format
Interface VideoDRMParameters

All Known Implementing Classes:
F4VDRMParameters, FLVDRMParameters

public interface VideoDRMParameters

The parameters for encrypting video content.


Method Summary
 boolean getEncryptVideo()
          Indicates whether video content will be encrypted.
 void setEncryptVideo(boolean encryptFlag)
          Determines whether video content is to be encrypted.
 

Method Detail

setEncryptVideo

void setEncryptVideo(boolean encryptFlag)
Determines whether video content is to be encrypted.

Parameters:
encryptFlag - true if video is to be encrypted, false otherwise.

getEncryptVideo

boolean getEncryptVideo()
Indicates whether video content will be encrypted.

Returns:
true if video will be encrypted, false otherwise.


[an error occurred while processing this directive] [an error occurred while processing this directive]