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