com.adobe.flashaccess.sdk.media.drm.format.flv
Class FLVEncrypterResult

java.lang.Object
  extended by com.adobe.flashaccess.sdk.media.drm.MediaEncrypterResult
      extended by com.adobe.flashaccess.sdk.media.drm.format.flv.FLVEncrypterResult

public class FLVEncrypterResult
extends MediaEncrypterResult

Contains status information returned by FLVEncrypter.


Method Summary
 int getAudioTags()
          Gets the number of FLV audio tags.
 int getScriptTags()
          Gets the number of FLV script data tags.
 int getTotalTags()
          Gets the total number of FLV tags.
 int getUnrecognizedTags()
          Gets the number of tags that are not recognized by FLVEncrypter.
 int getVideoTags()
          Gets the number of FLV video tags.
 
Methods inherited from class com.adobe.flashaccess.sdk.media.drm.MediaEncrypterResult
getKeyInfo, getWarnings, hasWarnings
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTotalTags

public int getTotalTags()
Gets the total number of FLV tags.

Returns:
The total number of FLV tags.

getAudioTags

public int getAudioTags()
Gets the number of FLV audio tags.

Returns:
The number of FLV audio tags.

getScriptTags

public int getScriptTags()
Gets the number of FLV script data tags.

Returns:
The number of FLV script data tags.

getVideoTags

public int getVideoTags()
Gets the number of FLV video tags.

Returns:
The number of FLV video tags.

getUnrecognizedTags

public int getUnrecognizedTags()
Gets the number of tags that are not recognized by FLVEncrypter.

Returns:
The number of tags that are not recognized by FLVEncrypter.


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