com.adobe.flashaccess.sdk.media.drm.format.f4v
Class F4VEncrypterResult

java.lang.Object
  extended by com.adobe.flashaccess.sdk.media.drm.MediaEncrypterResult
      extended by com.adobe.flashaccess.sdk.media.drm.format.f4v.F4VEncrypterResult

public class F4VEncrypterResult
extends MediaEncrypterResult

Contains status information returned by F4VEncrypter.


Method Summary
 int getNumAudioSamples()
          Gets the number of samples found in the F4V audio tracks.
 int getNumAudioTracks()
          Gets the number of audio tracks found in the F4V file.
 int getNumHintTracks()
          Gets the number of hint tracks found in the F4V file.
 int getNumUnrecognizedSamples()
          Gets the number of samples found in tracks that are not recognized by F4VEncrypter.
 int getNumUnrecognizedTracks()
          Gets the number of tracks that are not recognized by F4VEncrypter found in the F4V file.
 int getNumVideoSamples()
          Gets the number of samples found in the F4V video tracks.
 int getNumVideoTracks()
          Gets the number of video tracks found in the F4V file.
 int getTotalNumSamples()
          Gets the total number of samples found in the F4V file.
 int getTotalNumTracks()
          Gets the total number of tracks found in the F4V file.
 
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

getNumAudioTracks

public int getNumAudioTracks()
Gets the number of audio tracks found in the F4V file.

Returns:
The number of audio tracks found in the F4V file.

getNumVideoTracks

public int getNumVideoTracks()
Gets the number of video tracks found in the F4V file.

Returns:
The number of video tracks found in the F4V file.

getNumHintTracks

public int getNumHintTracks()
Gets the number of hint tracks found in the F4V file.

Returns:
The number of hint tracks found in the F4V file.

getNumUnrecognizedTracks

public int getNumUnrecognizedTracks()
Gets the number of tracks that are not recognized by F4VEncrypter found in the F4V file.

Returns:
The number of tracks that are not recognized by F4VEncrypter found in the F4V file.

getTotalNumTracks

public int getTotalNumTracks()
Gets the total number of tracks found in the F4V file.

Returns:
The total number of tracks found in the F4V file.

getNumAudioSamples

public int getNumAudioSamples()
Gets the number of samples found in the F4V audio tracks.

Returns:
The number of samples found in the F4V audio tracks.

getNumVideoSamples

public int getNumVideoSamples()
Gets the number of samples found in the F4V video tracks.

Returns:
The number of samples found in the F4V video tracks.

getNumUnrecognizedSamples

public int getNumUnrecognizedSamples()
Gets the number of samples found in tracks that are not recognized by F4VEncrypter.

Returns:
The number of samples found in tracks that are not recognized by F4VEncrypter.

getTotalNumSamples

public int getTotalNumSamples()
Gets the total number of samples found in the F4V file.

Returns:
The total number of samples found in the F4V file.


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