예제 #1
0
 def _getVideoCodecCAP(self):
     """ get the video capabilities """
     return (True, EncodingOptions.getVideoCodecList(self.encodingopts))
예제 #2
0
 def xmlrpc_getVideoCodecCAP(self):
     """ Using Twisted get the video capabilities """
     _debug_('xmlrpc_getVideoCodecCAP()', 2)
     return EncodingOptions.getVideoCodecList(self.encodingopts)
예제 #3
0
 def _getVideoCodecCAP(self):
     """ get the video capabilities """
     return (True, EncodingOptions.getVideoCodecList(self.encodingopts))