コード例 #1
0
        public IEnumerable <IDecoderPlugin> HandleResponse(IMpdResponse response)
        {
            var parser = new ResponseParser(response);

            return(parser.GetListedDecoderPlugins());
        }