python-vlc を使用して、オーディオ ファイルのサンプルあたりのビットレート、サンプル レートの実際のビット数を取得しようとしています。
を使用libvlc_media_tracks_get()
して bitrateを取得できることがわかりましたが、他の取得方法がわかりません。
But even if this method can obtain all 3 info, I still can't manage to make the method work. It takes 2 arguments p_md
and tracks
. I don't understand what is tracks
. It says it requires an instance of LP_LP_MediaTrack
but I can't somehow find what that means.