public interface NetRecordingEntry extends ContentEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_NET_RECORDING_ENTRY
Key for returning the property which indicates that this entry is a
NetRecordingEntry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRecordingContentItem(RecordingContentItem item)
Adds a local RecordingContentItem to this recording object
|
String[] |
getRecordingContentItemIDs()
Retrieves ObjectIDs of the individual RecordingContentItems that
make up this series recording.
|
RecordingContentItem[] |
getRecordingContentItems()
Retrieves the local individual RecordingContentItems that make up this
series recording.
|
void |
removeRecordingContentItem(RecordingContentItem item)
Removes a local RecordingContentItem from this recording object.
|
deleteEntry, getContentSize, getCreationDate, getEntryParent, getExtendedFileAccessPermissions, getID, getParentID, getRootMetadataNode, getServer, isLocalstatic final String PROP_NET_RECORDING_ENTRY
RecordingContentItem[] getRecordingContentItems() throws IOException
IOException - if this isLocal() method of this object does not return truevoid addRecordingContentItem(RecordingContentItem item) throws IOException
item - The recording content item to add to this seriesIOException - if this isLocal() method of this object does not return trueIllegalStateException - if this recording object is not associated
with a UPnP AV Scheduled Recording Service Object (RerordSchedule)IllegalArgumentException - if the RecordingContentItem paramter has
the associated UPnP AV Scheduled Recording Service Object (RecordTask)SecurityException - if the caller does not have
HomeNetPermission("recordinghandler")void removeRecordingContentItem(RecordingContentItem item) throws IOException
item - The recording content item to remove from this seriesIOException - if this isLocal() method of this object does not return trueIllegalArgumentException - if the RecordingContentItem paramter has
the associated UPnP AV Scheduled Recording Service Object (RecordTask)SecurityException - if the caller does not have
HomeNetPermission("recordinghandler")String[] getRecordingContentItemIDs()
Copyright © 2012 CableLabs. All Rights Reserved.