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

All Known Implementing Classes:
F4VDRMParameters, FLVDRMParameters

public interface AudioDRMParameters

The parameters for encrypting audio content.


Method Summary
 boolean getEncryptAudio()
          Indicates whether audio content will be encrypted.
 void setEncryptAudio(boolean encryptFlag)
          Determines whether to encrypt audio content.
 

Method Detail

setEncryptAudio

void setEncryptAudio(boolean encryptFlag)
Determines whether to encrypt audio content.

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

getEncryptAudio

boolean getEncryptAudio()
Indicates whether audio content will be encrypted.

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


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