Uses of Interface
com.biglybt.core.devices.TranscodeProfile
-
Packages that use TranscodeProfile Package Description com.biglybt.core.devices com.biglybt.core.devices.impl com.biglybt.ui.swt.devices -
-
Uses of TranscodeProfile in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return TranscodeProfile Modifier and Type Method Description TranscodeProfile
TranscodeProvider. addProfile(java.io.File file)
TranscodeProfile
TranscodeTarget. getBlankProfile()
TranscodeProfile
TranscodeTarget. getDefaultTranscodeProfile()
TranscodeProfile[]
Device. getDirectTranscodeProfiles()
TranscodeProfile
TranscodeJob. getProfile()
TranscodeProfile
TranscodeProvider. getProfile(java.lang.String UID)
TranscodeProfile[]
DeviceMediaRendererTemplate. getProfiles()
TranscodeProfile[]
TranscodeProvider. getProfiles()
TranscodeProfile[]
TranscodeProvider. getProfiles(java.lang.String classification_prefix)
TranscodeProfile[]
TranscodeTarget. getTranscodeProfiles()
Methods in com.biglybt.core.devices with parameters of type TranscodeProfile Modifier and Type Method Description TranscodeJob
TranscodeQueue. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped)
TranscodeJob
TranscodeQueue. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped)
TranscodeProviderAnalysis
TranscodeProvider. analyse(TranscodeProviderAdapter adapter, DiskManagerFileInfo input, TranscodeProfile profile)
void
TranscodeTarget. setDefaultTranscodeProfile(TranscodeProfile profile)
TranscodeProviderJob
TranscodeProvider. transcode(TranscodeProviderAdapter adapter, TranscodeProviderAnalysis analysis, boolean force, DiskManagerFileInfo input, TranscodeProfile profile, java.net.URL output)
-
Uses of TranscodeProfile in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement TranscodeProfile Modifier and Type Class Description class
TranscodeProfileImpl
Fields in com.biglybt.core.devices.impl declared as TranscodeProfile Modifier and Type Field Description private static 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 TranscodeProfile Modifier and Type Field Description private java.util.List<TranscodeProfile>
DeviceMediaRendererTemplateImpl. profiles
Methods in com.biglybt.core.devices.impl that return TranscodeProfile Modifier and Type Method Description TranscodeProfile
TranscodeProviderVuze. addProfile(java.io.File file)
TranscodeProfile
DeviceImpl. getBlankProfile()
TranscodeProfile
DeviceImpl. getDefaultTranscodeProfile()
TranscodeProfile[]
DeviceImpl. getDirectTranscodeProfiles()
TranscodeProfile
TranscodeJobImpl. getProfile()
TranscodeProfile
TranscodeProviderVuze. getProfile(java.lang.String UID)
protected TranscodeProfile
TranscodeManagerImpl. getProfileFromUID(java.lang.String uid)
TranscodeProfile[]
DeviceMediaRendererTemplateImpl. getProfiles()
TranscodeProfile[]
TranscodeProviderVuze. getProfiles()
TranscodeProfile[]
TranscodeProviderVuze. getProfiles(java.lang.String classification_prefix)
TranscodeProfile[]
DeviceImpl. getTranscodeProfiles()
TranscodeProfile[]
DeviceImpl. getTranscodeProfiles(boolean walkup)
private TranscodeProfile[]
DeviceImpl. getTranscodeProfiles(java.lang.String classification)
protected TranscodeProfile
TranscodeQueueImpl. lookupProfile(java.lang.String profile_id)
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeProfile Modifier and Type Method Description TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped)
TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped, boolean stream, int transcode_requirement)
TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped)
protected void
DeviceImpl. addDP(java.util.List<java.lang.String[]> dp, java.lang.String name, TranscodeProfile value)
protected void
DeviceImpl. addDP(java.util.List<java.lang.String[]> dp, java.lang.String name, TranscodeProfile[] values)
protected void
DeviceMediaRendererTemplateImpl. addProfile(TranscodeProfile profile)
TranscodeFileImpl
DeviceImpl. allocateFile(TranscodeProfile profile, boolean no_xcode, DiskManagerFileInfo file, boolean for_job)
TranscodeProviderAnalysis
TranscodeProviderVuze. analyse(TranscodeProviderAdapter _adapter, DiskManagerFileInfo input, TranscodeProfile profile)
TranscodeFileImpl
DeviceImpl. lookupFile(TranscodeProfile profile, DiskManagerFileInfo file)
void
DeviceImpl. setDefaultTranscodeProfile(TranscodeProfile profile)
TranscodeProviderJob
TranscodeProviderVuze. transcode(TranscodeProviderAdapter _adapter, TranscodeProviderAnalysis analysis, boolean direct_input, DiskManagerFileInfo input, TranscodeProfile profile, java.net.URL output)
Constructors in com.biglybt.core.devices.impl with parameters of type TranscodeProfile Constructor Description 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 TranscodeProfile Modifier and Type Field Description protected TranscodeProfile
TranscodeChooser. selectedProfile
private TranscodeProfile[]
TranscodeChooser. transcodeProfiles
Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeProfile Modifier and Type Method Description protected static void
DeviceManagerUI. addDirectory(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, java.io.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, java.io.File file)
protected static void
DeviceManagerUI. addURL(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, java.lang.String url)
protected static void
DeviceManagerUI. handleDrop(TranscodeTarget target, TranscodeProfile profile, java.lang.Object payload, int transcode_requirement)
Constructors in com.biglybt.ui.swt.devices with parameters of type TranscodeProfile Constructor Description TranscodeChooser(TranscodeProfile[] transcodeProfiles)
-