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) void
TranscodeTarget.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 TranscodeProfile
DeviceImpl.blank_profile
private TranscodeProfile
DeviceUPnPImpl.dynamic_transcode_profile
private TranscodeProfile
TranscodeJobImpl.profile
private TranscodeProfile[]
TranscodeProviderVuze.profiles
Fields in com.biglybt.core.devices.impl with type parameters of type TranscodeProfileModifier and TypeFieldDescriptionprivate List<TranscodeProfile>
DeviceMediaRendererTemplateImpl.profiles
Methods 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 TranscodeProfile
TranscodeManagerImpl.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 TranscodeProfile
TranscodeQueueImpl.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 void
DeviceImpl.addDP
(List<String[]> dp, String name, TranscodeProfile value) protected void
DeviceImpl.addDP
(List<String[]> dp, String name, TranscodeProfile[] values) protected void
DeviceMediaRendererTemplateImpl.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) void
DeviceImpl.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 TranscodeProfileModifierConstructorDescriptionprotected
TranscodeJobImpl
(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 TranscodeProfile
TranscodeChooser.selectedProfile
private TranscodeProfile[]
TranscodeChooser.transcodeProfiles
Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeProfileModifier and TypeMethodDescriptionprotected static void
DeviceManagerUI.addDirectory
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static void
DeviceManagerUI.addDownload
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, byte[] hash) protected static void
DeviceManagerUI.addDownload
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, Download download) protected static void
DeviceManagerUI.addFile
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, DiskManagerFileInfo file) protected static void
DeviceManagerUI.addFile
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static void
DeviceManagerUI.addURL
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, String url) protected static void
DeviceManagerUI.handleDrop
(TranscodeTarget target, TranscodeProfile profile, Object payload, int transcode_requirement) Constructors in com.biglybt.ui.swt.devices with parameters of type TranscodeProfile