|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRecordingStatus
An interface to get the recording status of a MythTV backend.
This interface represents the response to a IBackend.queryIsRecording() request.
This interface is property-aware. See the properties-list for all properties of this interface.
<0>RECORDING_IN_PROGRESS: 0 <0>RECORDING_IN_PROGRESS: 0 | <1>LIVETV_IN_PROGRESS: 0
IBackend.queryIsRecording(),
QUERY_ISRECORDING| Nested Class Summary | |
|---|---|
static class |
IRecordingStatus.Props
The properties of IRecordingStatus. |
| Method Summary | |
|---|---|
int |
getActiveRecordings()
Get the total amount of active recordings. |
int |
getLiveTVRecordings()
Get the total amount of recordings due to live-tv sessions |
boolean |
isRecording()
Gets the current recording status. |
| Methods inherited from interface org.jmythapi.IVersionable |
|---|
getVersionNr |
| Methods inherited from interface org.jmythapi.IPropertyAware |
|---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
| Method Detail |
|---|
int getActiveRecordings()
int getLiveTVRecordings()
boolean isRecording()
true if there is at least one active recording.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||