完整的RTP RTSP代码库

源代码在线查看: mp4deletetrackedit.3

软件大小: 7220 K
上传用户: 潘内哇
关键词: nbsp RTSP RTP 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				.TH "MP4" "3" "Version 0.9" "Cisco Systems Inc." "MP4 File Format Library"				.SH "NAME"				.LP 				\fBMP4DeleteTrackEdit\fR \- Delete a track edit segment				.SH "SYNTAX"				.LP 				#include 				.LP 				bool \fBMP4DeleteTrackEdit\fR(				.br 					MP4FileHandle \fIhFile\fP,				.br 					MP4TrackId \fItrackId\fP,				.br 					MP4EditId \fIeditId\fP				.br 				)				.SH "ARGUMENTS"				.LP 				.TP 				\fIhFile\fP				Specifies the mp4 file to which the operation applies.				.TP 				\fItrackId\fP				Specifies the track to which the operation applies.				.TP 				\fIeditId\fP				Specifies the edit segment to be deleted.				.SH "RETURN VALUES"				.LP 				Upon success, true (1). Upon an error, false (0).								.SH "DESCRIPTION"				.LP 				\fBMP4DeleteTrackEdit\fR deletes the specified track edit segment. Note that since editId's form a sequence, deleting an editId will cause all edit segments with editId's greater than the deleted one to be reassigned to their editId minus one.				.LP 				Deleting an edit segment does not delete any media samples.								.SH "SEE ALSO"				.LP 				MP4(3) MP4AddTrackEdit(3)							

相关资源