Package com.biglybt.core.devices
Interface TranscodeProviderAnalysis
- All Known Subinterfaces:
TranscodeProviderVuze.TranscodeProviderAnalysisImpl
public interface TranscodeProviderAnalysis
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
boolean
boolean
getBooleanProperty
(int property) long
getLongProperty
(int property) void
setBooleanProperty
(int property, boolean value)
-
Field Details
-
PT_TRANSCODE_REQUIRED
static final int PT_TRANSCODE_REQUIRED- See Also:
-
PT_DURATION_MILLIS
static final int PT_DURATION_MILLIS- See Also:
-
PT_VIDEO_WIDTH
static final int PT_VIDEO_WIDTH- See Also:
-
PT_VIDEO_HEIGHT
static final int PT_VIDEO_HEIGHT- See Also:
-
PT_SOURCE_SIZE
static final int PT_SOURCE_SIZE- See Also:
-
PT_ESTIMATED_XCODE_SIZE
static final int PT_ESTIMATED_XCODE_SIZE- See Also:
-
PT_FORCE_TRANSCODE
static final int PT_FORCE_TRANSCODE- See Also:
-
-
Method Details
-
cancel
void cancel() -
foundVideoStream
boolean foundVideoStream() -
getBooleanProperty
boolean getBooleanProperty(int property) -
setBooleanProperty
void setBooleanProperty(int property, boolean value) -
getLongProperty
long getLongProperty(int property)
-