📄 mp4addtrack.3
字号:
.TH "MP4" "3" "Version 0.9" "Cisco Systems Inc." "MP4 File Format Library".SH "NAME".LP \fBMP4AddTrack\fR \- Add a user defined track.SH "SYNTAX".LP #include <mp4.h>.LP MP4TrackId \fBMP4AddTrack\fR(.br MP4FileHandle \fIhFile\fP,.br const char* \fItype\fP.br ).SH "ARGUMENTS".LP .TP \fIhFile\fPSpecifies the mp4 file to which the operation applies..TP \fItype\fPSpecifies the type of track to be added. .SH "RETURN VALUES".LP Upon success, the track id of the new track. Upon an error, MP4_INVALID_TRACK_ID..SH "DESCRIPTION".LP \fBMP4AddTrack\fR adds a user defined track to the mp4 file. Care should be taken to avoid any of the standardized track type names. A useful convention is use only uppercase characters for user defined track types. The string should be exactly four characters in length, e.g. "MINE"..LP Note this should not be used to add any of the known track types defined in the MP4 standard (ISO/IEC 14496\-1:2001)..SH "SEE ALSO".LP MP4(3)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -