org.mythtv.services.api.v025
Interface CaptureOperations

All Known Implementing Classes:
CaptureTemplate

public interface CaptureOperations

Auto-generated file, do not modify manually !!!!


Method Summary
 org.springframework.http.ResponseEntity<Int> addCaptureCard(java.lang.String videoDevice, java.lang.String audioDevice, java.lang.String vBIDevice, java.lang.String cardType, java.lang.Integer audioRateLimit, java.lang.String hostName, java.lang.Integer dVBSWFilter, java.lang.Integer dVBSatType, java.lang.Boolean dVBWaitForSeqStart, java.lang.Boolean skipBTAudio, java.lang.Boolean dVBOnDemand, java.lang.Integer dVBDiSEqCType, java.lang.Integer firewireSpeed, java.lang.String firewireModel, java.lang.Integer firewireConnection, java.lang.Integer signalTimeout, java.lang.Integer channelTimeout, java.lang.Integer dVBTuningDelay, java.lang.Integer contrast, java.lang.Integer brightness, java.lang.Integer colour, java.lang.Integer hue, java.lang.Integer diSEqCId, java.lang.Boolean dVBEITScan)
           
 org.springframework.http.ResponseEntity<Int> addCardInput(java.lang.Integer cardId, java.lang.Integer sourceId, java.lang.String inputName, java.lang.String externalCommand, java.lang.String changerDevice, java.lang.String changerModel, java.lang.String hostName, java.lang.String tuneChan, java.lang.String startChan, java.lang.String displayName, java.lang.Boolean dishnetEIT, java.lang.Integer recPriority, java.lang.Integer quicktune, java.lang.Integer schedOrder, java.lang.Integer liveTVOrder)
           
 org.springframework.http.ResponseEntity<CaptureCard> getCaptureCard(java.lang.Integer cardId, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(java.lang.String hostName, java.lang.String cardType, ETagInfo etagInfo)
           
 org.springframework.http.ResponseEntity<Bool> removeCaptureCard(java.lang.Integer cardId)
           
 org.springframework.http.ResponseEntity<Bool> removeCardInput(java.lang.Integer cardInputId)
           
 org.springframework.http.ResponseEntity<Bool> updateCaptureCard(java.lang.Integer cardId, java.lang.String setting, java.lang.String value)
           
 org.springframework.http.ResponseEntity<Bool> updateCardInput(java.lang.Integer cardInputId, java.lang.String setting, java.lang.String value)
           
 

Method Detail

addCaptureCard

org.springframework.http.ResponseEntity<Int> addCaptureCard(java.lang.String videoDevice,
                                                            java.lang.String audioDevice,
                                                            java.lang.String vBIDevice,
                                                            java.lang.String cardType,
                                                            java.lang.Integer audioRateLimit,
                                                            java.lang.String hostName,
                                                            java.lang.Integer dVBSWFilter,
                                                            java.lang.Integer dVBSatType,
                                                            java.lang.Boolean dVBWaitForSeqStart,
                                                            java.lang.Boolean skipBTAudio,
                                                            java.lang.Boolean dVBOnDemand,
                                                            java.lang.Integer dVBDiSEqCType,
                                                            java.lang.Integer firewireSpeed,
                                                            java.lang.String firewireModel,
                                                            java.lang.Integer firewireConnection,
                                                            java.lang.Integer signalTimeout,
                                                            java.lang.Integer channelTimeout,
                                                            java.lang.Integer dVBTuningDelay,
                                                            java.lang.Integer contrast,
                                                            java.lang.Integer brightness,
                                                            java.lang.Integer colour,
                                                            java.lang.Integer hue,
                                                            java.lang.Integer diSEqCId,
                                                            java.lang.Boolean dVBEITScan)
                                                            throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

addCardInput

org.springframework.http.ResponseEntity<Int> addCardInput(java.lang.Integer cardId,
                                                          java.lang.Integer sourceId,
                                                          java.lang.String inputName,
                                                          java.lang.String externalCommand,
                                                          java.lang.String changerDevice,
                                                          java.lang.String changerModel,
                                                          java.lang.String hostName,
                                                          java.lang.String tuneChan,
                                                          java.lang.String startChan,
                                                          java.lang.String displayName,
                                                          java.lang.Boolean dishnetEIT,
                                                          java.lang.Integer recPriority,
                                                          java.lang.Integer quicktune,
                                                          java.lang.Integer schedOrder,
                                                          java.lang.Integer liveTVOrder)
                                                          throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getCaptureCard

org.springframework.http.ResponseEntity<CaptureCard> getCaptureCard(java.lang.Integer cardId,
                                                                    ETagInfo etagInfo)
                                                                    throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

getCaptureCardList

org.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(java.lang.String hostName,
                                                                            java.lang.String cardType,
                                                                            ETagInfo etagInfo)
                                                                            throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

removeCaptureCard

org.springframework.http.ResponseEntity<Bool> removeCaptureCard(java.lang.Integer cardId)
                                                                throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

removeCardInput

org.springframework.http.ResponseEntity<Bool> removeCardInput(java.lang.Integer cardInputId)
                                                              throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

updateCaptureCard

org.springframework.http.ResponseEntity<Bool> updateCaptureCard(java.lang.Integer cardId,
                                                                java.lang.String setting,
                                                                java.lang.String value)
                                                                throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException

updateCardInput

org.springframework.http.ResponseEntity<Bool> updateCardInput(java.lang.Integer cardInputId,
                                                              java.lang.String setting,
                                                              java.lang.String value)
                                                              throws MythServiceApiRuntimeException
Throws:
MythServiceApiRuntimeException