org.mythtv.services.api.v027.impl
Class CaptureTemplate
java.lang.Object
org.mythtv.services.api.AbstractOperations
org.mythtv.services.api.v027.impl.CaptureTemplate
- All Implemented Interfaces:
- CaptureOperations
public class CaptureTemplate
- extends AbstractOperations
- implements CaptureOperations
Auto-generated file, do not modify manually !!!!
|
Constructor Summary |
CaptureTemplate(org.springframework.web.client.RestOperations restOperations,
java.lang.String apiUrlBase)
|
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptureTemplate
public CaptureTemplate(org.springframework.web.client.RestOperations restOperations,
java.lang.String apiUrlBase)
addCaptureCard
public 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
- Specified by:
addCaptureCard in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
addCardInput
public 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
- Specified by:
addCardInput in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
getCaptureCard
public org.springframework.http.ResponseEntity<CaptureCard> getCaptureCard(java.lang.Integer cardId,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
getCaptureCard in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
getCaptureCardList
public org.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(java.lang.String hostName,
java.lang.String cardType,
ETagInfo etagInfo)
throws MythServiceApiRuntimeException
- Specified by:
getCaptureCardList in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
removeCaptureCard
public org.springframework.http.ResponseEntity<Bool> removeCaptureCard(java.lang.Integer cardId)
throws MythServiceApiRuntimeException
- Specified by:
removeCaptureCard in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
removeCardInput
public org.springframework.http.ResponseEntity<Bool> removeCardInput(java.lang.Integer cardInputId)
throws MythServiceApiRuntimeException
- Specified by:
removeCardInput in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
updateCaptureCard
public org.springframework.http.ResponseEntity<Bool> updateCaptureCard(java.lang.Integer cardId,
java.lang.String setting,
java.lang.String value)
throws MythServiceApiRuntimeException
- Specified by:
updateCaptureCard in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException
updateCardInput
public org.springframework.http.ResponseEntity<Bool> updateCardInput(java.lang.Integer cardInputId,
java.lang.String setting,
java.lang.String value)
throws MythServiceApiRuntimeException
- Specified by:
updateCardInput in interface CaptureOperations
- Throws:
MythServiceApiRuntimeException