⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp4read.3

📁 网络MPEG4IP流媒体开发源代码
💻 3
字号:
.TH "MP4" "3" "Version 0.9" "Cisco Systems Inc." "MP4 File Format Library".SH "NAME".LP \fBMP4Read\fR \- Read an existing mp4 file.SH "SYNTAX".LP #include <mp4.h>.LP MP4FileHandle \fBMP4Read\fR(.br 	const char* \fIfileName\fP, .br 	u_int32_t \fIverbosity\fP = 0.br );.SH "ARGUMENTS".LP .TP \fIfileName\fPSpecifies the path name of the file to be read..TP \fIverbosity\fPSpecifies a bitmask of diagnostic details the library should print to stdout during its functioning. See MP4SetVerbosity() for values..SH "RETURN VALUES".LP Upon successful completion the function returns a handle to the existing mp4 file. This is used in subsequent calls to the library to read information from the file.Upon an error, MP4_INVALID_FILE_HANDLE is returned..SH "DESCRIPTION".LP \fBMP4Read\fR is the first call that should be used when you want to just read an existing mp4 file. It is equivalent to opening a file for reading, but in addition the mp4 file is parsed and the control information is loaded into memory. Note the actual track samples are not read into memory until  MP4ReadSample() is called..SH "SEE ALSO".LP MP4(3)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -