Home
last modified time | relevance | path

Searched refs:SWFVideoStream (Results 51 – 75 of 131) sorted by relevance

123456

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/
H A Dming.h86 typedef struct SWFVideoStream_s *SWFVideoStream; typedef
111 SWFVideoStream stream;
700 void destroySWFVideoStream(SWFVideoStream stream);
701 SWFVideoStream newSWFVideoStream_fromFile(FILE *f);
702 SWFVideoStream newSWFVideoStream_fromInput(SWFInput input);
703 SWFVideoStream newSWFVideoStream(void);
705 int SWFVideoStream_getNumFrames(SWFVideoStream stream);
706 int SWFVideoStream_hasAudio(SWFVideoStream stream);
707 int SWFVideoStream_setFrameMode(SWFVideoStream stream, int mode);
708 int SWFVideoStream_nextFrame(SWFVideoStream stream);
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Video/
H A Dtest01.php8 $video = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest01.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest03.php10 $stream1 = new SWFVideoStream();
H A Dtest05.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest04.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest03.py12 stream1 = SWFVideoStream();
H A Dtest05.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest04.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
/dports/graphics/ming/libming-ming-0_4_8/test/Video/
H A Dtest01.php8 $video = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest01.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest03.php10 $stream1 = new SWFVideoStream();
H A Dtest05.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest04.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest03.py12 stream1 = SWFVideoStream();
H A Dtest05.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest04.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
/dports/graphics/py-ming/libming-ming-0_4_8/test/Video/
H A Dtest01.php8 $video = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest01.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest03.php10 $stream1 = new SWFVideoStream();
H A Dtest05.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest03.py12 stream1 = SWFVideoStream();
H A Dtest04.php8 $stream = new SWFVideoStream($srcdir . "/../Media/video01.flv");
H A Dtest05.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");
H A Dtest04.py10 stream = SWFVideoStream(srcdir + "/../Media/video01.flv");

123456