示例#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))