Uses of Interface
com.biglybt.core.devices.TranscodeProfile
Packages that use TranscodeProfile
Package
Description
-
Uses of TranscodeProfile in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return TranscodeProfileModifier and TypeMethodDescriptionTranscodeProvider.addProfile(File file) TranscodeTarget.getBlankProfile()TranscodeTarget.getDefaultTranscodeProfile()Device.getDirectTranscodeProfiles()TranscodeJob.getProfile()TranscodeProvider.getProfile(String UID) DeviceMediaRendererTemplate.getProfiles()TranscodeProvider.getProfiles()TranscodeProvider.getProfiles(String classification_prefix) TranscodeTarget.getTranscodeProfiles()Methods in com.biglybt.core.devices with parameters of type TranscodeProfileModifier and TypeMethodDescriptionTranscodeQueue.add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped) TranscodeQueue.add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped) TranscodeProvider.analyse(TranscodeProviderAdapter adapter, DiskManagerFileInfo input, TranscodeProfile profile) voidTranscodeTarget.setDefaultTranscodeProfile(TranscodeProfile profile) TranscodeProvider.transcode(TranscodeProviderAdapter adapter, TranscodeProviderAnalysis analysis, boolean force, DiskManagerFileInfo input, TranscodeProfile profile, URL output) -
Uses of TranscodeProfile in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement TranscodeProfileFields in com.biglybt.core.devices.impl declared as TranscodeProfileModifier and TypeFieldDescriptionprivate static final TranscodeProfileDeviceImpl.blank_profileprivate TranscodeProfileDeviceUPnPImpl.dynamic_transcode_profileprivate TranscodeProfileTranscodeJobImpl.profileprivate TranscodeProfile[]TranscodeProviderVuze.profilesFields in com.biglybt.core.devices.impl with type parameters of type TranscodeProfileModifier and TypeFieldDescriptionprivate List<TranscodeProfile> DeviceMediaRendererTemplateImpl.profilesMethods in com.biglybt.core.devices.impl that return TranscodeProfileModifier and TypeMethodDescriptionTranscodeProviderVuze.addProfile(File file) DeviceImpl.getBlankProfile()DeviceImpl.getDefaultTranscodeProfile()DeviceImpl.getDirectTranscodeProfiles()TranscodeJobImpl.getProfile()TranscodeProviderVuze.getProfile(String UID) protected TranscodeProfileTranscodeManagerImpl.getProfileFromUID(String uid) DeviceMediaRendererTemplateImpl.getProfiles()TranscodeProviderVuze.getProfiles()TranscodeProviderVuze.getProfiles(String classification_prefix) DeviceImpl.getTranscodeProfiles()DeviceImpl.getTranscodeProfiles(boolean walkup) private TranscodeProfile[]DeviceImpl.getTranscodeProfiles(String classification) protected TranscodeProfileTranscodeQueueImpl.lookupProfile(String profile_id) Methods in com.biglybt.core.devices.impl with parameters of type TranscodeProfileModifier and TypeMethodDescriptionTranscodeQueueImpl.add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped) TranscodeQueueImpl.add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped, boolean stream, int transcode_requirement) TranscodeQueueImpl.add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped) protected voidDeviceImpl.addDP(List<String[]> dp, String name, TranscodeProfile value) protected voidDeviceImpl.addDP(List<String[]> dp, String name, TranscodeProfile[] values) protected voidDeviceMediaRendererTemplateImpl.addProfile(TranscodeProfile profile) DeviceImpl.allocateFile(TranscodeProfile profile, boolean no_xcode, DiskManagerFileInfo file, boolean for_job) TranscodeProviderVuze.analyse(TranscodeProviderAdapter _adapter, DiskManagerFileInfo input, TranscodeProfile profile) DeviceImpl.lookupFile(TranscodeProfile profile, DiskManagerFileInfo file) voidDeviceImpl.setDefaultTranscodeProfile(TranscodeProfile profile) TranscodeProviderVuze.transcode(TranscodeProviderAdapter _adapter, TranscodeProviderAnalysis analysis, boolean direct_input, DiskManagerFileInfo input, TranscodeProfile profile, URL output) Constructors in com.biglybt.core.devices.impl with parameters of type TranscodeProfileModifierConstructorDescriptionprotectedTranscodeJobImpl(TranscodeQueueImpl _queue, TranscodeTarget _target, TranscodeProfile _profile, DiskManagerFileInfo _file, boolean _add_stopped, int _transcode_requirement, boolean _is_stream) -
Uses of TranscodeProfile in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as TranscodeProfileModifier and TypeFieldDescriptionprotected TranscodeProfileTranscodeChooser.selectedProfileprivate TranscodeProfile[]TranscodeChooser.transcodeProfilesMethods in com.biglybt.ui.swt.devices with parameters of type TranscodeProfileModifier and TypeMethodDescriptionprotected static voidDeviceManagerUI.addDirectory(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static voidDeviceManagerUI.addDownload(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, byte[] hash) protected static voidDeviceManagerUI.addDownload(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, Download download) protected static voidDeviceManagerUI.addFile(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, DiskManagerFileInfo file) protected static voidDeviceManagerUI.addFile(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static voidDeviceManagerUI.addURL(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, String url) protected static voidDeviceManagerUI.handleDrop(TranscodeTarget target, TranscodeProfile profile, Object payload, int transcode_requirement) Constructors in com.biglybt.ui.swt.devices with parameters of type TranscodeProfile