streamtest.dpr
来自「bass player system api c++」· DPR 代码 · 共 19 行
DPR
19 行
{
BASS simple stream test, copyright (c) Titus Miloi.
=====================================================
Other source: STMain.pas; STMain.dfm
}
program StreamTest;
uses
Forms,
STMain in 'STMain.pas' {Form1},
Bass in '..\Bass.pas';
begin
Application.Initialize;
Application.Title := 'BASS - Stream Demo';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?