FreeBSD Manual Pages
MP4(3) MP4 File Format Library MP4(3) NAME MP4GetTrackBitRate - Get the average bit rate in bits per second of the specified track SYNTAX #include <mp4.h> u_int32_t MP4GetTrackBitRate( MP4FileHandle hFile, MP4TrackId trackId ) ARGUMENTS hFile Specifies the mp4 file to which the operation applies. trackId Specifies the track for which the bit rate is desired. RETURN VALUES Upon success, the average bit rate in bits per second of the track. Upon an error, 0. DESCRIPTION MP4GetTrackBitRate returns the average bit rate in bits per second in the specified track in the mp4 file. Note: hint tracks will not return their bit rate via this mechanism. SEE ALSO MP4(3) Cisco Systems Inc. Version 0.9 MP4(3)
NAME | SYNTAX | ARGUMENTS | RETURN VALUES | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=MP4GetTrackBitRate&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>