def fe_setRFFlowId(self, data):
     raise  FRONTEND.NotSupportedException("rf_flow_id(const char* data) IS NOT CURRENTLY SUPPORTED")
예제 #2
0
 def getTunerReferenceSource(self, id):
     raise FRONTEND.NotSupportedException(
         "getTunerReferenceSource not supported")
예제 #3
0
 def getTunerEnable(self, id):
     raise FRONTEND.NotSupportedException("getTunerEnable not supported")
예제 #4
0
 def setTunerBandwidth(self, bw):
     raise FRONTEND.NotSupportedException("setTunerBandwidth not supported")
예제 #5
0
 def setTunerGain(self, id, gain):
     raise FRONTEND.NotSupportedException("setTunerGain not supported")
예제 #6
0
 def getTunerDeviceControl(self, id):
     raise FRONTEND.NotSupportedException(
         "getTunerDeviceControl not supported")
예제 #7
0
 def getTunerStatus(self, id):
     raise FRONTEND.NotSupportedException("getTunerStatus not supported")
예제 #8
0
 def getChannels(id):
     raise FRONTEND.NotSupportedException("getChannels not supported")
예제 #9
0
 def getFrameHeight(id):
     raise FRONTEND.NotSupportedException("getFrameHeight not supported")
 def setTunerReferenceSource(self, allocation_id, source):
     raise FRONTEND.NotSupportedException(
         "setTunerReferenceSource not supported")
예제 #11
0
 def getVideoType(id):
     raise FRONTEND.NotSupportedException("getVideoType not supported")
 def getTunerAgcEnable(self, allocation_id):
     raise FRONTEND.NotSupportedException("getTunerAgcEnable not supported")
 def fe_setRFInfoPkt(self, data):
     raise  FRONTEND.NotSupportedException("rfinfo_pkt(const ::FRONTEND::RFInfoPkt& data) IS NOT CURRENTLY SUPPORTED")
 def fe_getRFInfoPkt(self):
     raise  FRONTEND.NotSupportedException("rfinfo_pkt() IS NOT CURRENTLY SUPPORTED")
예제 #15
0
 def getAudioOutputSampleRate(id):
     raise FRONTEND.NotSupportedException(
         "getAudioOutputSampleRate not supported")
예제 #16
0
 def getFrameWidth(id):
     raise FRONTEND.NotSupportedException("getFrameWidth not supported")
예제 #17
0
 def getAudioStatus(id):
     raise FRONTEND.NotSupportedException("getAudioStatus not supported")
예제 #18
0
 def getVideoOutputFrameRate(id):
     raise FRONTEND.NotSupportedException(
         "getVideoOutputFrameRate not supported")
예제 #19
0
 def getTunerRfFlowId(self, id):
     raise FRONTEND.NotSupportedException("getTunerRfFlowId not supported")
예제 #20
0
 def getAudioDeviceControl(id):
     raise FRONTEND.NotSupportedException(
         "getAudioDeviceControl not supported")
예제 #21
0
 def getTunerCenterFrequency(self, id):
     raise FRONTEND.NotSupportedException(
         "getTunerCenterFrequency not supported")
예제 #22
0
 def getFullBandwidthChannels(id):
     raise FRONTEND.NotSupportedException(
         "getFullBandwidthChannels not supported")
예제 #23
0
 def getTunerBandwidth(self, id):
     raise FRONTEND.NotSupportedException("getTunerBandwidth not supported")
예제 #24
0
 def getLowFrequencyEffectChannels(id):
     raise FRONTEND.NotSupportedException(
         "getLowFrequencyEffectChannels not supported")
예제 #25
0
 def getTunerGain(self, id):
     raise FRONTEND.NotSupportedException("getTunerGain not supported")
예제 #26
0
 def setAudioEnable(id, enable):
     raise FRONTEND.NotSupportedException("setAudioEnable not supported")
예제 #27
0
 def setTunerEnable(self, id, enable):
     raise FRONTEND.NotSupportedException("setTunerEnable not supported")
예제 #28
0
 def getAudioEnable(id):
     raise FRONTEND.NotSupportedException("getAudioEnable not supported")
예제 #29
0
 def getTunerOutputSampleRate(self, id):
     raise FRONTEND.NotSupportedException(
         "getTunerOutputSampleRate not supported")
 def fe_getRFFlowId(self):
     raise  FRONTEND.NotSupportedException("rf_flow_id() IS NOT CURRENTLY SUPPORTED")