Searched defs:re (Results 1 – 1 of 1) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | FfmpegCore.cpp | 149 int re = ffmpeg_core_open3(file_path, &handle, settings, device); in Open() local 186 int re = ffmpeg_core_set_volume(handle, volume); in SetVolume() local 198 int re = ffmpeg_core_set_speed(handle, speed); in SetSpeed() local 235 int re = ffmpeg_core_seek(handle, (int64_t)position * 1000); in SetCurPosition() local 272 int re = ffmpeg_core_info_open(file_path, &h); in GetAudioInfo() local 338 int re = ffmpeg_core_set_equalizer_channel(handle, channel, gain); in ApplyEqualizer() local 377 std::wstring re(tmp); in GetErrorInfo() local 519 std::wstring re(r); in GetMetadata() local 526 std::wstring re(r); in GetMetadata() local 544 auto re = GetMetadata("comment", h); in GetComment() local
|