Package com.biglybt.core.devices
Interface DeviceMediaRenderer
- All Superinterfaces:
Device,TranscodeTarget
- All Known Implementing Classes:
DeviceiTunes,DeviceMediaRendererImpl,DeviceMediaRendererManual,DeviceTivo
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.biglybt.core.devices.Device
Device.browseLocation -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from interface com.biglybt.core.devices.Device
DT_CONTENT_DIRECTORY, DT_DISK_OPS, DT_INTERNET, DT_INTERNET_GATEWAY, DT_MEDIA_RENDERER, DT_UNKNOWNFields inherited from interface com.biglybt.core.devices.TranscodeTarget
TRANSCODE_ALWAYS, TRANSCODE_NEVER, TRANSCODE_UNKNOWN, TRANSCODE_WHEN_REQUIRED -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanlongbooleanintintbooleanintTHIS WILL CHANGE!!!booleanbooleanvoidvoidvoidsetAutoCopyToDevice(boolean auto) voidsetAutoCopyToFolder(boolean auto) voidsetAutoShareToTagID(long id) voidsetAutoStartDevice(boolean auto) voidsetCanCopyToFolder(boolean can) voidsetCopyToFolder(File file) voidsetFilterFilesView(boolean filter) voidsetRSSPublishEnabled(boolean enabled) voidsetShowCategories(boolean b) Methods inherited from interface com.biglybt.core.devices.Device
addListener, alive, canRemove, getBrowseLocations, getClassification, getDirectTranscodeProfiles, getDisplayProperties, getError, getID, getImageID, getImageIDs, getInfo, getName, getShortDescription, getStatus, getString, getTransientProperty, getType, getVuzeFile, getWikiURL, isAlive, isBrowsable, isBusy, isExportable, isGenericUSB, isHidden, isLivenessDetectable, isManual, isNameAutomatic, isTagged, remove, removeListener, requestAttention, setAddress, setCanRemove, setExportable, setGenericUSB, setHidden, setImageID, setName, setTagged, setTransientPropertyMethods inherited from interface com.biglybt.core.devices.TranscodeTarget
addListener, getAlwaysCacheFiles, getBlankProfile, getDefaultTranscodeProfile, getDevice, getFiles, getID, getTranscodeProfiles, getTranscodeRequirement, getWorkingDirectory, isAudioCompatible, isNonSimple, isTranscoding, removeListener, setAlwaysCacheFiles, setDefaultTranscodeProfile, setTranscodeRequirement, setWorkingDirectory
-
Field Details
-
RS_PS3
static final int RS_PS3- See Also:
-
RS_XBOX
static final int RS_XBOX- See Also:
-
RS_ITUNES
static final int RS_ITUNES- See Also:
-
RS_WII
static final int RS_WII- See Also:
-
RS_BROWSER
static final int RS_BROWSER- See Also:
-
RS_OTHER
static final int RS_OTHER- See Also:
-
-
Method Details
-
getRendererSpecies
int getRendererSpecies()THIS WILL CHANGE!!!- Returns:
- RS_
-
canFilterFilesView
boolean canFilterFilesView() -
setFilterFilesView
void setFilterFilesView(boolean filter) -
getFilterFilesView
boolean getFilterFilesView() -
canCopyToDevice
boolean canCopyToDevice() -
getAutoCopyToDevice
boolean getAutoCopyToDevice() -
setAutoCopyToDevice
void setAutoCopyToDevice(boolean auto) -
getCopyToDevicePending
int getCopyToDevicePending() -
canAutoStartDevice
boolean canAutoStartDevice() -
getAutoStartDevice
boolean getAutoStartDevice() -
setAutoStartDevice
void setAutoStartDevice(boolean auto) -
canCopyToFolder
boolean canCopyToFolder() -
setCanCopyToFolder
void setCanCopyToFolder(boolean can) -
getCopyToFolder
File getCopyToFolder() -
setCopyToFolder
-
getCopyToFolderPending
int getCopyToFolderPending() -
getAutoCopyToFolder
boolean getAutoCopyToFolder() -
setAutoCopyToFolder
void setAutoCopyToFolder(boolean auto) -
manualCopy
- Throws:
DeviceManagerException
-
canAssociate
boolean canAssociate() -
associate
-
canShowCategories
boolean canShowCategories() -
setShowCategories
void setShowCategories(boolean b) -
getShowCategories
boolean getShowCategories() -
isRSSPublishEnabled
boolean isRSSPublishEnabled() -
setRSSPublishEnabled
void setRSSPublishEnabled(boolean enabled) -
getAddress
InetAddress getAddress()- Specified by:
getAddressin interfaceDevice
-
canRestrictAccess
boolean canRestrictAccess() -
getAccessRestriction
String getAccessRestriction() -
setAccessRestriction
-