代码搜索:QuickTime
找到约 1,938 项符合「QuickTime」的源代码
代码结果 1,938
www.eeworm.com/read/110972/6162255
c hintudta.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6162257
c dref.c
#include "quicktime.h"
int quicktime_dref_table_init(quicktime_dref_table_t *table)
{
table->size = 0;
table->type[0] = 'a';
table->type[1] = 'l';
table->type[2] = 'i';
table->type[3] =
www.eeworm.com/read/110972/6162261
c moov.c
#include "quicktime.h"
int quicktime_moov_init(quicktime_moov_t *moov)
{
int i;
moov->total_tracks = 0;
for(i = 0 ; i < MAXTRACKS; i++) moov->trak[i] = 0;
quicktime_mvhd_init(&(moov-
www.eeworm.com/read/110972/6162274
c stss.c
#include "quicktime.h"
int quicktime_stss_init(quicktime_stss_t *stss)
{
stss->version = 0;
stss->flags = 0;
stss->total_entries = 0;
stss->entries_allocated = 0;
}
int quicktime_sts
www.eeworm.com/read/187617/8618154
52050
Newsgroups: comp.sys.mac.hardware
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!howland.reston.ans.net!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.
www.eeworm.com/read/422309/10643759
html qt4l_reading.html
Reading
Reading a file
Most users simply want read access for a player toy or something. A
good place to start is before opening the file, making sure it is
Quicktime with q
www.eeworm.com/read/422309/10643780
html qt4l_positioning.html
Positioning
Positioning yourself in a file
The library stores a seperate position identifier for each video track
and each audio track in a file. The position identifiers ar
www.eeworm.com/read/422309/10643785
html qt4l_util.html
Quicktime for Linux
Utilities
Doing make util builds several small utilities.
dump loads a quicktime movie and dumps the contents of Quicktime
for Li
www.eeworm.com/read/422309/10644075
c qtinfo.c
/*******************************************************************************
qtinfo.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.