Package org.jmythapi.protocol.response

This package contains interfaces of MythTV response messages.

See:
          Description

Interface Summary
IBasicFreeSpace An interface to get the free disk space of a MythTV backend.
IBasicInputInfo This interface is used to access basic input informations.
IBasicProgramInfo This interface is used to access basic program informations.
IEnumGroup<E extends Enum<E>> An enum group.
IFileStatus An interface to get the status of a file on a MythTV backend.
IFileTransfer An interface to transfer files from and to a backend.
IFilter<P extends Enum<P>,E extends IPropertyAware<P>>  
IFlag A Flag.
IFlagGroup<E extends Enum<E> & IFlag> A flag group.
IFreeInputList The response to a IRecorder.getFreeInputs() or IRemoteEncoder.getFreeInputs() request.
IFreeSpace Deprecated. 17
IFreeSpaceList The response to a IBackend.queryFreeSpaceList(boolean) request.
IFreeSpaceListEntry One entry of an IFreeSpaceList response.
IFreeSpaceSummary An interface to get the free disk-space of a MythTV backend.
IGroup<E extends Enum<E>> A value group.
IInputInfo An interface to get informations about a recorder input.
IInputInfoFree An interface to get the free inputs of a MythTV encoder.
IInputInfoTuned An interface to get a currently in use recorder input.
ILoad An interface to get the load of a MythTV backend.
IMemStats An interface to get the memory uage of a MythTV backend.
IMythResponse<E extends Enum<E>> This interface represents a MythTV response object.
IPixmap An interface to read the preview image of a recording.
IProgramAudioProperties The audio properties of a recording.
IProgramFlags The flags of a recording.
IProgramInfo An interface to get infos about a MythTV recording.
IProgramInfoFilter A program-filter can be used to filter programs from a program-list.
IProgramInfoList An interface to get a list of MythTV recordings.
IProgramRecordingDupInType The episode filter of a recording.
IProgramRecordingDupMethodType The duplication mode of a recording.
IProgramRecordingSearchType  
IProgramRecordingStatus  
IProgramRecordingType  
IProgramSubtitleType The subtitle type of a recording.
IProgramVideoProperties The video properties of a recording.
IRecorderChannelPrefixStatus An interface to check if a channel-number prefix matches.
IRecorderNextProgramInfo An interface to get the next program of a MythTV recorder channel.
IRecorderProgramInfo Deprecated. 21, replaced by IProgramInfo and IRecorderChannelInfo
IRecordings A list of recordings.
IRecordingsConflicting An interface to get all conflicting recordings of a MythTV backend.
IRecordingsExpiring An interface to get all expiring recordings of a MythTV backend.
IRecordingsPending An interface to get all pending recordings of a MythTV backend.
IRecordingsScheduled An interface to get all scheduled recordings of a MythTV backend.
IRecordingStatus An interface to get the recording status of a MythTV backend.
IRemoteEncoderBusyStatus An interface to geht the busy status of a MythTV encoder.
IRemoteEncoderFlags The flags of a remote encoder.
IRemoteEncoderState An interface to geht the state of a MythTV encoder.
IRingBuffer Deprecated. 20
ISleepStatus The sleep state of a MythTV backend.
IStorageGroupFile An interface to get the files of a MythTV storage group.
IStorageGroupFileList The response to a IBackend.queryStorageGroupFileList(java.lang.String, java.lang.String, java.lang.String) request.
ITimezone Am interface to get the timezone of a MythTV backend.
ITransferable<E extends Enum<E>>  
ITunerInfo An interface to get informations about a locked MythTV recorder.
IUptime An interface to get the uptime of a MythTV backend.
IVersionableValue An interface for flags and enumeration constants whose values are protocol-version dependent.
 

Class Summary
IVersionableValue.VersionablePair  
ProgramInfoFilters  
 

Enum Summary
IFileStatus.Props The properties of an IFileStatus response.
IFileTransfer.Props The properties of an IFileTransfer response.
IFreeSpace.Props The properties of an IFreeSpace response.
IFreeSpaceListEntry.EntryProps The properties of an IFreeSpaceList response.
IFreeSpaceSummary.Props The properties of an IFreeSpaceSummary response.
IInputInfoFree.Props The properties of an IInputInfoFree response.
IInputInfoTuned.Props The properties of an IInputInfoTuned response.
ILoad.Props The properties of an ILoad response.
IMemStats.Props The properties of an IMemStats response.
IPixmap.Props The properties of an IPixmap response.
IProgramAudioProperties.Flags The flags of the IProgramInfo.Props.AUDIO_PROPERTIES property.
IProgramFlags.Flags The flags of the PROGRAM_FLAGS property.
IProgramInfo.Props The properties of an IProgramInfo response.
IProgramInfoList.MapKey Specifies which key should be used for IProgramInfoList.asMap(MapKey)
IProgramInfoList.Props The properties of an IProgramInfoList response.
IProgramRecordingDupInType.Flags The flags of the IProgramInfo.Props.DUP_IN property.
IProgramRecordingDupMethodType.Flags The flags of the IProgramInfo.Props.DUP_METHOD property.
IProgramRecordingSearchType.Type The types of the IProgramRecordingSearchType object.
IProgramRecordingStatus.Status The values of the IProgramInfo.Props.REC_STATUS property.
IProgramRecordingType.Type The types of the IProgramInfo.Props.REC_TYPE property.
IProgramSubtitleType.Flags The flags of the IProgramInfo.Props.SUBTITLE_TYPE property.
IProgramVideoProperties.Flags The flags of the IProgramInfo.Props.VIDEO_PROPERTIES property.
IRecorderChannelPrefixStatus.Props The properties of an IRecorderChannelPrefixStatus response.
IRecorderNextProgramInfo.Props The properties of an IRecorderNextProgramInfo response.
IRecorderProgramInfo.Props The properties of an IRecorderProgramInfo response.
IRecordingsConflicting.Props The properties of an IRecordingsConflicting response.
IRecordingsExpiring.Props The properties of an IRecordingsExpiring response.
IRecordingsPending.Props The properties of an IRecordingsPending response.
IRecordingsScheduled.Props The properties of an IRecordingsScheduled response.
IRecordingStatus.Props The properties of IRecordingStatus.
IRemoteEncoderBusyStatus.Props The properties of an IRemoteEncoderBusyStatus response.
IRemoteEncoderFlags.Flags The flags of an IRemoteEncoderFlags response.
IRemoteEncoderState.Props The properties of an IRemoteEncoderState response.
IRemoteEncoderState.State The states of an IRemoteEncoderState response.
IRingBuffer.Props The properties of an IRingBuffer response.
ISleepStatus.Flags The flags of an ISleepStatus response.
IStorageGroupFile.Props The properties of an IStorageGroupFile response.
ITimezone.Props Properties of the ITimezone response.
ITransferable.Seek The properties to seek within a file during IFileTransfer.
ITunerInfo.Props Properties of the ITunerInfo response.
IUptime.Props Properties of the IUptime response.
 

Package org.jmythapi.protocol.response Description

This package contains interfaces of MythTV response messages.



Copyright © 2008-2013. All Rights Reserved.