Deprecated API


Contents
Deprecated Interfaces
org.jmythapi.protocol.response.IFreeSpace
          17 
org.jmythapi.protocol.response.IRecorderProgramInfo
          21, replaced by IProgramInfo and IRecorderChannelInfo 
org.jmythapi.protocol.events.IRecordingListChangeList
          55, replaced by IRecordingListChangeAdd, IRecordingListChangeUpdate, IRecordingListChangeDelete 
org.jmythapi.protocol.response.IRingBuffer
          20 
org.jmythapi.protocol.events.IUpdateProgInfo
          55, replaced by IRecordingListChangeUpdate. 
 

Deprecated Classes
org.jmythapi.protocol.response.impl.FreeSpace
          17 
org.jmythapi.protocol.response.impl.RecorderProgramInfo
          21 
org.jmythapi.protocol.response.impl.RingBuffer
          20 
 

Deprecated Fields
org.jmythapi.protocol.request.IMythCommand.ANN_RING_BUFFER
          20 
org.jmythapi.protocol.request.IMythCommand.BACKEND_MESSAGE_UPDATE_PROG_INFO
          55, replaced by IMythCommand.BACKEND_MESSAGE_RECORDING_LIST_CHANGE UPDATE. 
org.jmythapi.protocol.request.IMythCommand.DELETE_FAILED_RECORDING
          39, only available for a very short time. 
org.jmythapi.protocol.request.IMythCommand.QUERY_FREESPACE
          17, use IMythCommand.QUERY_FREE_SPACE instead 
org.jmythapi.protocol.request.IMythCommand.QUERY_GENPIXMAP
          61, replaced by IMythCommand.QUERY_GENPIXMAP2 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_DONE_RINGBUF
          20 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_GET_CONNECTED_INPUTS
          37, replaced by IMythCommand.QUERY_RECORDER_GET_FREE_INPUTS 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_GET_FREE_SPACE
          20 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_GET_INPUT_NAME
          21, use IMythCommand.QUERY_RECORDER_GET_INPUT instead. 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_GET_PROGRAM_INFO
          21, use IMythCommand.QUERY_RECORDER_GET_RECORDING or IMythCommand.QUERY_RECORDER_GET_NEXT_PROGRAM_INFO instead. 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_PAUSE_RECORDER
          18, was supported just a very short time period, use IMythCommand.QUERY_RECORDER_PAUSE instead. 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_REQUEST_BLOCK_RINGBUF
          20 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_SEEK_RINGBUF
          20 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_SETUP_RING_BUFFER
          20 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_STOP_PLAYING
          20 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_TOGGLE_INPUTS
          27, replaced by IMythCommand.QUERY_RECORDER_GET_CONNECTED_INPUTS, IMythCommand.QUERY_RECORDER_GET_INPUT and IMythCommand.QUERY_RECORDER_SET_INPUT 
org.jmythapi.protocol.request.IMythCommand.QUERY_RECORDER_UNPAUSE
          18, was supported just a very short time period 
org.jmythapi.protocol.request.IMythCommand.QUEUE_TRANSCODE
          23 
org.jmythapi.protocol.request.IMythCommand.QUEUE_TRANSCODE_CUTLIST
          23 
org.jmythapi.protocol.request.IMythCommand.QUEUE_TRANSCODE_STOP
          23 
org.jmythapi.protocol.request.IMythCommand.REACTIVATE_RECORDING
          19 
 

Deprecated Methods
org.jmythapi.protocol.IRecorder.annotateRingBuffer()
          20 
org.jmythapi.protocol.impl.Recorder.annotateRingBuffer()
          20 
org.jmythapi.utils.EncodingUtils.decodeLong(int[])
          66 
org.jmythapi.utils.EncodingUtils.decodeLong(String, String)
          66 
org.jmythapi.protocol.response.IRingBuffer.done()
          20 
org.jmythapi.protocol.response.impl.RingBuffer.done()
          20 
org.jmythapi.utils.EncodingUtils.encodeLong(long)
          66 
org.jmythapi.protocol.IRecorder.getConnectedInputs()
          37 (fallback-to: -1) 
org.jmythapi.protocol.impl.Recorder.getConnectedInputs()
          37 
org.jmythapi.protocol.response.IRingBuffer.getFreeSpace(long)
          20 
org.jmythapi.protocol.response.impl.RingBuffer.getFreeSpace(long)
          20 
org.jmythapi.protocol.IRecorder.getInputName()
          21, use IRecorder.getInput() instead. 
org.jmythapi.protocol.impl.Recorder.getInputName()
          21 
org.jmythapi.protocol.IRecorder.getProgramInfo()
          21 (fallback-to: -1), use getNextProgramInfo instead. 
org.jmythapi.protocol.impl.Recorder.getProgramInfo()
          21 
org.jmythapi.protocol.response.IProgramInfo.getTimeStretch()
          23, replaced by IProgramInfo.getPlayGroup() 
org.jmythapi.protocol.response.IProgramInfo.hasAirDate()
          57 
org.jmythapi.protocol.response.impl.ProgramInfo.hasAirDate()
          57 
org.jmythapi.protocol.response.IProgramInfo.isChannelCommFree()
          57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead. 
org.jmythapi.protocol.response.impl.ProgramInfo.isChannelCommFree()
          57, use ProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead. 
org.jmythapi.protocol.response.IProgramInfo.isDuplicate()
          57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead. 
org.jmythapi.protocol.response.impl.ProgramInfo.isDuplicate()
          57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead. 
org.jmythapi.protocol.response.IProgramInfo.isRepeat()
          57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead. 
org.jmythapi.protocol.response.impl.ProgramInfo.isRepeat()
          57, use ProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead. 
org.jmythapi.protocol.response.IProgramInfo.isShareable()
          57 
org.jmythapi.protocol.response.impl.ProgramInfo.isShareable()
          57 
org.jmythapi.protocol.IBackend.queryFreeSpace()
          17 (fallback-to: -1), replaced by queryFreeSpaceList and queryFreeSpaceSummary 
org.jmythapi.protocol.impl.Backend.queryFreeSpace()
          17 
org.jmythapi.protocol.IBackend.queryGenPixmap(IProgramInfo)
          61 (fallback-to: -1), replaced by queryGenPixmap2 
org.jmythapi.protocol.IBackend.queryGenPixmap(IProgramInfo, Boolean, Long, String, Integer, Integer)
          61 (fallback-to: -1), replaced by queryGenPixmap2 
org.jmythapi.protocol.IBackend.queueTranscode(IProgramInfo)
          23 
org.jmythapi.protocol.IBackend.queueTranscodeCutlist(IProgramInfo)
          23 
org.jmythapi.protocol.IBackend.queueTranscodeStop(IProgramInfo)
          23 
org.jmythapi.protocol.IBackend.reactivateRecording(IProgramInfo)
          19 
org.jmythapi.protocol.response.IRingBuffer.readBlock(byte[], int)
          20 
org.jmythapi.protocol.response.impl.RingBuffer.readBlock(byte[], int)
          20 
org.jmythapi.protocol.IBackend.rescheduleRecordings(Integer)
          73 (fallback-to: -1), use IBackend.rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String) instead. 
org.jmythapi.protocol.IBackend.rescheduleRecordingsAndWait(Integer, long, TimeUnit)
          73 (fallback-to: -1) 
org.jmythapi.protocol.IBackend.rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String)
          73 (fallback-to: -1), use IBackend.rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String) instead. 
org.jmythapi.protocol.response.IRingBuffer.seek(long, long, ITransferable.Seek)
          20 
org.jmythapi.protocol.response.impl.RingBuffer.seek(long, long, ITransferable.Seek)
          20 
org.jmythapi.protocol.impl.Recorder.setupRingBuffer(boolean)
          20 
org.jmythapi.protocol.IRecorder.stopPlaying()
          20 
org.jmythapi.protocol.impl.Recorder.stopPlaying()
          20 
org.jmythapi.protocol.IRecorder.toggleInputs()
          27 (fallback-to: -1), replaced by IRecorder.setInput(String) and IRecorder.switchToNextInput(). 
org.jmythapi.protocol.response.impl.ProgramRecordingStatus.toString(ProgramRecordingStatus)
          this should not be needed anymore 
 

Deprecated Enum Constants
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.AUTO_CONFLICT
          as of 04 
org.jmythapi.protocol.response.IProgramInfo.Props.CHAN_COMM_FREE
          57, replaced by IProgramFlags.Flags.FL_CHANCOMMFREE 
org.jmythapi.protocol.request.ERecordingsType.Delete
          65 
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.DELETED
          in 19 
org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags.DUP_ALLOW_EMPTY
          04 
org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags.DUP_CHECK_ID_ONLY
          09 
org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags.DUP_CHECK_NEW_EPI
          14 
org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags.DUP_EMPTY_SUB_DESC
          04 
org.jmythapi.protocol.response.IProgramInfo.Props.DUPLICATE
          57, replaced by IProgramFlags.Flags.FL_DUPLICATE 
org.jmythapi.protocol.response.IProgramRecordingDupInType.Flags.DUPS_IN_BOTH
          33 
org.jmythapi.protocol.response.IProgramInfo.Props.FILESIZE_HIGH
          57, replaced by IProgramInfo.Props.FILESIZE 
org.jmythapi.protocol.response.IProgramInfo.Props.FILESIZE_LOW
          57, replaced by IProgramInfo.Props.FILESIZE 
org.jmythapi.protocol.response.IFileTransfer.Props.FILESIZE1
          66 
org.jmythapi.protocol.response.IFileTransfer.Props.FILESIZE2
          66 
org.jmythapi.protocol.response.IProgramFlags.Flags.FL_CC
          35, moved to IProgramSubtitleType 
org.jmythapi.protocol.response.IProgramFlags.Flags.FL_HDTV
          35, moved into IProgramVideoProperties.Flags.VID_HDTV 
org.jmythapi.protocol.response.IProgramFlags.Flags.FL_STEREO
          35, moved to IProgramAudioProperties.Flags.AUD_STEREO 
org.jmythapi.protocol.response.IProgramInfo.Props.HAS_AIRDATE
          57 
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.LOWER_REC_PRIORITY
          as of 04, replaced by IProgramRecordingStatus.Status.CONFLICT. 
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.MANUAL_CONFLICT
          as of 04 
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.MANUAL_OVERRIDE
          as of 07, use IProgramRecordingStatus.Status.DONT_RECORD instead. 
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.OVERLAP
          as of 07 
org.jmythapi.protocol.request.ERecordingsType.Play
          65 
org.jmythapi.database.ISchedule.Props.REC_DUPS
          dbver == "1029" 
org.jmythapi.protocol.response.IProgramInfo.Props.REC_DUPS
          03, replaced by IProgramInfo.Props.DUP_IN and IProgramInfo.Props.DUP_METHOD 
org.jmythapi.protocol.response.IProgramInfo.Props.REPEAT
          57, replaced by IProgramFlags.Flags.FL_REPEAT 
org.jmythapi.protocol.response.IProgramInfo.Props.SHAREABLE
          57 
org.jmythapi.protocol.response.IProgramRecordingStatus.Status.STOPPED
          in 19 
org.jmythapi.protocol.response.IProgramInfo.Props.TIMESTRETCH
          23, replaced by IProgramInfo.Props.PLAY_GROUP. 
org.jmythapi.protocol.response.IFreeSpaceSummary.Props.TOTAL_SPACE1
          66 
org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps.TOTAL_SPACE1
          66, replaced by IFreeSpaceListEntry.EntryProps.TOTAL_SPACE 
org.jmythapi.protocol.response.IFreeSpaceSummary.Props.TOTAL_SPACE2
          66 
org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps.TOTAL_SPACE2
          66, replaced by IFreeSpaceListEntry.EntryProps.TOTAL_SPACE 
org.jmythapi.database.ISchedule.Props.TS_DEFAULT
          dbver == "1257" 
org.jmythapi.protocol.response.IFreeSpaceSummary.Props.USED_SPACE1
          66 
org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps.USED_SPACE1
          66, replaced by IFreeSpaceListEntry.EntryProps.USED_SPACE 
org.jmythapi.protocol.response.IFreeSpaceSummary.Props.USED_SPACE2
          66 
org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps.USED_SPACE2
          66, replaced by IFreeSpaceListEntry.EntryProps.USED_SPACE 
 



Copyright © 2008-2013. All Rights Reserved.