com.aelitis.azureus.core.devices
Interface TranscodeProviderAnalysis

All Known Subinterfaces:
TranscodeProviderVuze.TranscodeProviderAnalysisImpl

public interface TranscodeProviderAnalysis


Field Summary
static int PT_DURATION_MILLIS
           
static int PT_ESTIMATED_XCODE_SIZE
           
static int PT_FORCE_TRANSCODE
           
static int PT_SOURCE_SIZE
           
static int PT_TRANSCODE_REQUIRED
           
static int PT_VIDEO_HEIGHT
           
static int PT_VIDEO_WIDTH
           
 
Method Summary
 void cancel()
           
 boolean foundVideoStream()
           
 boolean getBooleanProperty(int property)
           
 long getLongProperty(int property)
           
 void setBooleanProperty(int property, boolean value)
           
 

Field Detail

PT_TRANSCODE_REQUIRED

static final int PT_TRANSCODE_REQUIRED
See Also:
Constant Field Values

PT_DURATION_MILLIS

static final int PT_DURATION_MILLIS
See Also:
Constant Field Values

PT_VIDEO_WIDTH

static final int PT_VIDEO_WIDTH
See Also:
Constant Field Values

PT_VIDEO_HEIGHT

static final int PT_VIDEO_HEIGHT
See Also:
Constant Field Values

PT_SOURCE_SIZE

static final int PT_SOURCE_SIZE
See Also:
Constant Field Values

PT_ESTIMATED_XCODE_SIZE

static final int PT_ESTIMATED_XCODE_SIZE
See Also:
Constant Field Values

PT_FORCE_TRANSCODE

static final int PT_FORCE_TRANSCODE
See Also:
Constant Field Values
Method Detail

cancel

void cancel()

foundVideoStream

boolean foundVideoStream()

getBooleanProperty

boolean getBooleanProperty(int property)

setBooleanProperty

void setBooleanProperty(int property,
                        boolean value)

getLongProperty

long getLongProperty(int property)