![]() |
|
#1
|
|||
|
|||
|
Samples for header info
Are there any code samples (vb.net, if possible), to get the header info, like Bitrate and sampling rate/frequency?
|
|
#2
|
|||
|
|||
|
Hello,
itīs easy to read the info. Code:
Imports HundredMilesSoftware.UltraID3Lib.UltraID3 Dim u as new UltraID3 dim bitrate as Short = 0 u.Read(MyFilePath) bitrate = u.FirstMPEGFrameInfo.Bitrate |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|