Lines Matching full:getmethodproperty
185 static HRESULT GetCoderClass(Func_GetMethodProperty getMethodProperty, UInt32 index,
190 RINOK(getMethodProperty(index, propId, &prop));
206 lib.GetMethodProperty = (Func_GetMethodProperty)lib.Lib.GetProc("GetMethodProperty");
207 if (lib.GetMethodProperty)
220 RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderIsAssigned));
221 RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned));
682 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
711 return GetMethodProperty(index, propID, value);
727 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value);