extractors/extractor-taglib.cxx
changeset 9 ae87469781f2
parent 6 f0c87fb62b66
equal deleted inserted replaced
8:c9b4af5f3122 9:ae87469781f2
    68       cout << "BITRATE:" << properties->bitrate() << endl;
    68       cout << "BITRATE:" << properties->bitrate() << endl;
    69       cout << "SAMPLERATE:" << properties->sampleRate() << endl;
    69       cout << "SAMPLERATE:" << properties->sampleRate() << endl;
    70       cout << "CHANNELS:" << properties->channels() << endl;
    70       cout << "CHANNELS:" << properties->channels() << endl;
    71       cout << "LENGTH:" << minutes << ":" << formatSeconds(seconds) << endl;
    71       cout << "LENGTH:" << minutes << ":" << formatSeconds(seconds) << endl;
    72     }
    72     }
       
    73     cout << "EXTRACTOR: taglib" << endl;
    73     cout << endl;
    74     cout << endl;
    74   }
    75   }
    75   return 0;
    76   return 0;
    76 }
    77 }