Click here to Skip to main content
15,886,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, how can I get bitrate from m4a file?

What I have tried:

Now I use - TAG Lib.. but he does not return my bitrate

Here is the Code:

TagLib.File AudioInfo = TagLib.File.Create(Input);

Bitrate = AudioInfo.Properties.AudioBitrate;
AudioChannels = AudioInfo.Properties.AudioChannels;
Freequency = AudioInfo.Properties.AudioSampleRate;

AudioInfo.Dispose();

He returns everything except bitrate..
Posted
Updated 22-Sep-16 0:33am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900