Choreonoid
1.8
src
MediaPlugin
MediaUtil.h
Go to the documentation of this file.
1
5
#ifndef CNOID_MEDIA_PLUGIN_MEDIA_UTIL_H
6
#define CNOID_MEDIA_PLUGIN_MEDIA_UTIL_H
7
8
#include <string>
9
#include "exportdecl.h"
10
11
namespace
cnoid
{
12
13
CNOID_EXPORT
bool
playAudioFile
(
const
std::string& filename,
double
volumeRatio = -1.0);
14
15
}
16
17
#endif
cnoid::playAudioFile
CNOID_EXPORT bool playAudioFile(const std::string &filename, double volumeRatio=-1.0)
Definition:
PulseAudioManager.cpp:124
cnoid
Definition:
AbstractSceneLoader.h:11
Generated by
1.8.17