Home
last modified time | relevance | path

Searched refs:setBufferTime (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DNetStream.as92 // test the NetStream::setBufferTime method
93 check_equals ( typeof(netstreamObj.setBufferTime), 'function');
99 // test the NetStream::setBufferTime method
100 check_equals ( typeof(netstreamObj.setBufferTime), 'undefined');
180 netstreamObj.setBufferTime(10);
184 netstreamObj.setBufferTime = 30;
186 netstreamObj.setBufferTime(false);
188 netstreamObj.setBufferTime('string');
190 netstreamObj.setBufferTime('5');
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/network.all/
H A Dnetstream.as13 ns.setBufferTime(10);
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/src/
H A Dsynthrenderer.h50 void setBufferTime(int milliseconds);
H A Dsynthrenderer.cpp358 SynthRenderer::setBufferTime(int milliseconds) in setBufferTime() function in drumstick::rt::SynthRenderer
/dports/audio/darkice/darkice-1.4/src/
H A DAlsaDspSource.h285 setBufferTime( unsigned int time ) { in setBufferTime() function
/dports/graphics/sswf/sswf-1.8.4/include/sswf/scripts/native/
H A Dnet_stream.asc45 function setBufferTime(seconds : Double) : Void;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/net/
H A DNetStream_as.hx227 if (Type.typeof(x1.setBufferTime) == ValueType.TFunction) {
228 DejaGnu.pass("NetStream::setBufferTime() method exists");
230 DejaGnu.fail("NetStream::setBufferTime() method doesn't exist");
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DoflaDemo.as71 netStream.setBufferTime(3);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DNetStream_as.cpp184 NetStream_as::setBufferTime(std::uint32_t time) in setBufferTime() function in gnash::NetStream_as
188 if ( _parser.get() ) _parser->setBufferTime(time); in setBufferTime()
515 _parser->setBufferTime(_bufferTime); in startPlayback()
1695 ns->setBufferTime(std::uint32_t(time * 1000)); in netstream_setbuffertime()
H A DNetStream_as.h275 void setBufferTime(std::uint32_t time);
H A DSound_as.cpp609 _mediaParser->setBufferTime(60000); // one minute buffer... should be fine in loadSound()
613 _mediaParser->setBufferTime(std::numeric_limits<std::uint64_t>::max()); in loadSound()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DRTMP.h368 void setBufferTime(size_t time, int streamID);
H A DRTMP.cpp183 RTMP::setBufferTime(size_t size, int streamID) in setBufferTime() function in gnash::rtmp::RTMP
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/
H A DMediaParser.h532 DSOEXPORT void setBufferTime(std::uint_fast64_t t) in setBufferTime() function
/dports/editors/madedit/madedit-0.2.9/syntax/
H A Dsyntax_actionscript.syn64 …ection send sendAndLoad separatorBefore serverString set set variable setBufferTime setClipboard s…
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/utilities/
H A Drtmpget.cpp601 r.setBufferTime(3600000, nc.streamID()); in handleInvoke()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/C/
H A DNOTES448 NetStream.setBufferTime()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.01814 * server/asobj/NetStream.{h,cpp}: Moved setBufferTime() to
1816 * server/asobj/NetStreamFfmpeg.{cpp,h}: Moved setBufferTime()
1818 * server/asobj/NetStreamGst.{cpp,h}: Moved setBufferTime() to
4519 * server/asobj/NetStream.{h,cpp}: Implemented setBufferTime and onStatus.
4521 play a FLV. Added more comments. Implemented setBufferTime, and made