Home
last modified time | relevance | path

Searched refs:PlayFile (Results 1 – 25 of 110) sorted by relevance

12345

/dports/emulators/emu64/emu64-5.0.19/src/
H A Dsiddump.cpp125 PlayFile = fopen(filename, "rb"); in LoadDump()
126 if (PlayFile == NULL) in LoadDump()
131 fseek(PlayFile,0,SEEK_END); in LoadDump()
132 DumpSize = ftell(PlayFile)-8; in LoadDump()
135 fseek(PlayFile,0,SEEK_SET); in LoadDump()
139 reading_bytes = fread (Kennung,1,8,PlayFile); in LoadDump()
142 fclose(PlayFile); in LoadDump()
148 fclose(PlayFile); in LoadDump()
152 reading_bytes = fread (Dump,1,DumpSize,PlayFile); in LoadDump()
156 fclose(PlayFile); in LoadDump()
[all …]
H A Dsiddump.h46 FILE* PlayFile; variable
/dports/audio/snack/snack2.2.10/demos/tcl/
H A Drplay.tcl17 proc PlayFile {file hostport} { procedure
72 PlayFile [lindex $argv 0] $host
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/host_src/
H A Deas_main.c55 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, …
73 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, … in PlayFile() function
309 …if ((playResult = PlayFile(easData, defaultTestFile, NULL, pLibConfig, buffer, bufferSize)) != EAS… in main()
324 …if ((playResult = PlayFile(easData, argv[i], outputFile, pLibConfig, buffer, bufferSize)) != EAS_S… in main()
/dports/games/stratagus/stratagus-3.2.0/src/tolua/
H A Dsound.pkg11 extern int PlayFile(const std::string name, LuaActionListener *listener = NULL);
14 return PlayFile(file, LuaActionListener:new(callback))
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/opl/examples/
H A Ddroplay.c146 void PlayFile(char *filename) in PlayFile() function
203 PlayFile(argv[1]); in main()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/tolua/
H A Dsound.pkg11 extern int PlayFile(const std::string name, LuaActionListener *listener = nullptr);
14 return PlayFile(file, LuaActionListener:new(callback))
/dports/games/chocolate-doom/chocolate-doom-3.0.1/opl/examples/
H A Ddroplay.c146 void PlayFile(char *filename) in PlayFile() function
203 PlayFile(argv[1]); in main()
/dports/devel/sdl12/SDL-1.2.15/src/cdrom/macosx/
H A DSDL_syscdrom.c140 PlayFile (); in CompletionProc()
380 if (PlayFile () < 0) in SDL_SYS_CDPlay()
422 if (PlayFile () < 0) { in SDL_SYS_CDResume()
H A DCDPlayer.h51 int PlayFile ();
/dports/lang/fpc-source/fpc-3.2.2/packages/sndfile/examples/
H A Dsfplay.pp39 procedure PlayFile(FileName : String);
100 PlayFile(Paramstr(i));
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Notify/Audio/
H A DiTunesWin32.pm12 $itunes->PlayFile($filename);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Dapi_audiod_mus.h52 int (*PlayFile) (const char *filename, int looped); member
/dports/audio/exaile/exaile-4.1.1/doc/xl/
H A Dxldbus.rst19 PlayFile, Enqueue, Add, ExportPlaylist,
/dports/games/openmortal/openmortal-0.7/src/
H A DAudio.h35 void PlayFile( const char* a_pcFilename );
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dsound.cxx363 PBoolean PSoundChannel::PlayFile(const PFilePath & file, PBoolean wait) in PlayFile() function in PSoundChannel
367 return m_baseChannel != NULL && m_baseChannel->PlayFile(file, wait); in PlayFile()
555 PBoolean PSound::PlayFile(const PFilePath & file, PBoolean wait) in PlayFile() function in PSound
562 return channel.PlayFile(file, wait); in PlayFile()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dsound.h163 static PBoolean PlayFile(
623 virtual PBoolean PlayFile(
/dports/lang/nbc/tests/
H A Dtest.nxc175 PlayFile( "test.rso" );
188 PlayFile(msg);
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dossaix.cxx156 PBoolean PSound::PlayFile(const PFilePath & file, PBoolean wait) in PlayFile() function in PSound
163 return channel.PlayFile(file, wait); in PlayFile()
565 PBoolean PSoundChannel::PlayFile(const PFilePath & filename, PBoolean wait) in PlayFile() function in PSoundChannel
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/example/
H A Dtestvlc.pp24 PlayFile(ParamStr(1));
/dports/lang/fpc-source/fpc-3.2.2/packages/libvlc/example/
H A Dtestvlc.pp24 PlayFile(ParamStr(1));
/dports/devel/ptlib/ptlib-2.10.11/plugins/sound_esd/
H A Dsound_esd.h58 PBoolean PlayFile(const PFilePath & filename, PBoolean wait);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/upnp/
H A DUPnPPlayer.h63 …int PlayFile(const CFileItem& file, const CPlayerOptions& options, CGUIDialogBusy*& dialog, XbmcTh…
/dports/devel/ptlib/ptlib-2.10.11/plugins/sound_sunaudio/
H A Dsound_sunaudio.h43 PBoolean PlayFile(const PFilePath & filename, PBoolean wait);
/dports/editors/lazarus/lazarus/components/vlc/test/
H A Dfrmmain.pp53 Fplayer.PlayFile(FEVideo.FileName);

12345