To examine the contents of an FLV or an F4V file by using the Java API, perform the following steps:
MediaEncrypter
instance.MediaEncrypter.examineEncryptedContent
method, which returns a KeyMetaData
object.KeyMetaData
object.For sample code demonstrating how to extract DRM metadata from an encrypted file, see com.adobe.flashaccess.samples.mediapackager.ExamineContent
in the Reference Implementation Command Line Tools “samples” directory.