|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUpdateFileSize
Backend Event - Recording - File-Size Updated.
This event is typically sent every 10 seconds by the backend.
MythTV protocol example: | |
80 | BACKEND_MESSAGE[]:[]UPDATE_FILE_SIZE 1000 2013-09-18T05:35:00Z 2003102[]:[]empty |
BACKEND_MESSAGE_UPDATE_FILE_SIZE
Nested Class Summary | |
---|---|
static class |
IUpdateFileSize.Props
|
Method Summary | |
---|---|
Integer |
getChannelID()
Gets the channel ID of the recording. |
Long |
getRecordingFileSize()
Gets the new file size of the recording |
Date |
getRecordingStartTime()
Gets the recording start time. |
String |
getUniqueRecordingID()
Gets the unique ID of the changed recording. |
Methods inherited from interface org.jmythapi.protocol.events.IMythEvent |
---|
getEventName |
Methods inherited from interface org.jmythapi.IPropertyAware |
---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Methods inherited from interface org.jmythapi.protocol.ISendable |
---|
getPacket |
Method Detail |
---|
Integer getChannelID()
getChannelID
in interface IRecordingEvent<IUpdateFileSize.Props>
Date getRecordingStartTime()
getRecordingStartTime
in interface IRecordingEvent<IUpdateFileSize.Props>
String getUniqueRecordingID()
getUniqueRecordingID
in interface IRecordingEvent<IUpdateFileSize.Props>
EncodingUtils.generateId(Integer, Date)
Long getRecordingFileSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |