Example #1
0
 def _getAudioCodecCAP(self):
     """ get the audio capabilities """
     return (True, EncodingOptions.getAudioCodecList(self.encodingopts))
 def xmlrpc_getAudioCodecCAP(self):
     """ Using Twisted get the audio capabilities """
     _debug_('xmlrpc_getAudioCodecCAP()', 2)
     return EncodingOptions.getAudioCodecList(self.encodingopts)
Example #3
0
 def _getAudioCodecCAP(self):
     """ get the audio capabilities """
     return (True, EncodingOptions.getAudioCodecList(self.encodingopts))