Lines Matching defs:method
175 return E_NOTIMPL; // unsupported method, if encoder
562 // it has only password method;
568 CMethodFull method;
569 method.Id = k_AES;
570 method.NumStreams = 1;
571 _options.Methods.Add(method);
692 CMethodFull method;
693 method.NumStreams = 1;
694 method.Id = k_AES;
695 _options.Methods.Add(method);