Kimono.KCodecAction.MibForName C# (CSharp) 메소드

MibForName() 공개 메소드

public MibForName ( string codecName ) : int
codecName string
리턴 int
        public int MibForName(string codecName)
        {
            return (int) interceptor.Invoke("mibForName$", "mibForName(const QString&) const", typeof(int), typeof(string), codecName);
        }

Same methods

KCodecAction::MibForName ( string codecName, bool &ok ) : int