org.jmythapi.protocol.events
Interface IDoneRecording

All Superinterfaces:
Cloneable, IMythEvent<IDoneRecording.Props>, IPropertyAware<IDoneRecording.Props>, ISendable, IVersionable
All Known Implementing Classes:
DoneRecording

public interface IDoneRecording
extends IMythEvent<IDoneRecording.Props>

Backend Event- Recording Done.

MythTV protocol example:
53      
BACKEND_MESSAGE[]:[]DONE_RECORDING 1 436 -1[]:[]empty

Since:
00
See Also:
BACKEND_MESSAGE_DONE_RECORDING

Nested Class Summary
static class IDoneRecording.Props
           
 
Method Summary
 Long getRecordedFrames()
          Gets the amount of recorded frames.
 Long getRecordedSeconds()
          Gets the amount of recorded seconds.
 Integer getRecorderID()
          Gets the ID of the recorder, which has finished a 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

getRecorderID

Integer getRecorderID()
Gets the ID of the recorder, which has finished a recording.

Returns:
the recorder ID.

getRecordedSeconds

Long getRecordedSeconds()
Gets the amount of recorded seconds.

Returns:
the amount of recorded seconds.

getRecordedFrames

Long getRecordedFrames()
Gets the amount of recorded frames.

Returns:
the amount of recorded frames
Since:
45


Copyright © 2008-2013. All Rights Reserved.