Package com.biglybt.core.devices
Interface TranscodeProviderAnalysis
-
- All Known Subinterfaces:
TranscodeProviderVuze.TranscodeProviderAnalysisImpl
public interface TranscodeProviderAnalysis
-
-
Field Summary
Fields Modifier and Type Field Description 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-