コード例 #1
0
ファイル: encodingserver.py プロジェクト: spartrekus/freevo1
 def _getContainerCAP(self):
     """ get the container capabilities """
     return (True, EncodingOptions.getContainerList(self.encodingopts))
コード例 #2
0
 def xmlrpc_getContainerCAP(self):
     """ Using Twisted get the container capabilities """
     _debug_('xmlrpc_getContainerCAP()' , 2)
     return EncodingOptions.getContainerList( self.encodingopts)
コード例 #3
0
ファイル: encodingserver.py プロジェクト: adozenlines/freevo1
 def _getContainerCAP(self):
     """ get the container capabilities """
     return (True, EncodingOptions.getContainerList(self.encodingopts))