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 int
static final int
static final int
static final int
static final int
static final int
Fields inherited from interface com.biglybt.core.devices.Device
DT_CONTENT_DIRECTORY, DT_DISK_OPS, DT_INTERNET, DT_INTERNET_GATEWAY, DT_MEDIA_RENDERER, DT_UNKNOWN
Fields inherited from interface com.biglybt.core.devices.TranscodeTarget
TRANSCODE_ALWAYS, TRANSCODE_NEVER, TRANSCODE_UNKNOWN, TRANSCODE_WHEN_REQUIRED
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
long
boolean
int
int
boolean
int
THIS WILL CHANGE!!!boolean
boolean
void
void
void
setAutoCopyToDevice
(boolean auto) void
setAutoCopyToFolder
(boolean auto) void
setAutoShareToTagID
(long id) void
setAutoStartDevice
(boolean auto) void
setCanCopyToFolder
(boolean can) void
setCopyToFolder
(File file) void
setFilterFilesView
(boolean filter) void
setRSSPublishEnabled
(boolean enabled) void
setShowCategories
(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, setTransientProperty
Methods 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:
getAddress
in interfaceDevice
-
canRestrictAccess
boolean canRestrictAccess() -
getAccessRestriction
String getAccessRestriction() -
setAccessRestriction
-