Uses of Class
com.biglybt.core.devices.impl.TranscodeFileImpl
Packages that use TranscodeFileImpl
-
Uses of TranscodeFileImpl in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TranscodeFileImplModifier and TypeFieldDescription(package private) TranscodeFileImplTranscodeJobOutputLeecher.fileprivate TranscodeFileImplTranscodeJobImpl.transcode_fileMethods in com.biglybt.core.devices.impl that return TranscodeFileImplModifier and TypeMethodDescriptionDeviceImpl.allocateFile(TranscodeProfile profile, boolean no_xcode, DiskManagerFileInfo file, boolean for_job) DeviceImpl.getFiles()protected TranscodeFileImplDeviceImpl.getTranscodeFile(String key) TranscodeJobImpl.getTranscodeFile()DeviceImpl.lookupFile(TranscodeProfile profile, DiskManagerFileInfo file) Methods in com.biglybt.core.devices.impl with parameters of type TranscodeFileImplModifier and TypeMethodDescriptionprotected voidDeviceImpl.deleteFile(TranscodeFileImpl file, boolean delete_contents, boolean remove) protected voidDeviceImpl.fileDirty(TranscodeFileImpl file, int type, Object data) protected StringDeviceImpl.getMimeType(TranscodeFileImpl file) protected StringDeviceManagerImpl.getMimeType(TranscodeFileImpl file) protected StringDeviceUPnPImpl.getMimeType(TranscodeFileImpl file) protected URLDeviceImpl.getStreamURL(TranscodeFileImpl file, String host) protected URLDeviceManagerImpl.getStreamURL(TranscodeFileImpl file, String host) protected URLDeviceUPnPImpl.getStreamURL(TranscodeFileImpl file) protected URLDeviceUPnPImpl.getStreamURL(TranscodeFileImpl file, String host) protected voidDeviceImpl.revertFileName(TranscodeFileImpl tf) protected voidDeviceUPnPImpl.setCategories(TranscodeFileImpl tf, Download dl) protected voidDeviceUPnPImpl.setTags(TranscodeFileImpl tf, Download dl) protected booleanDeviceUPnPImpl.setupStreamXCode(TranscodeFileImpl transcode_file) protected voidDeviceUPnPImpl.syncCategoriesAndTags(TranscodeFileImpl tf, boolean inherit_from_download) Constructors in com.biglybt.core.devices.impl with parameters of type TranscodeFileImplModifierConstructorDescriptionTranscodeJobOutputLeecher(TranscodeJobImpl _job, TranscodeFileImpl _file)