Home |
All Classes |
Grouped Classes |
Index |
Search
CL_VorbisSoundProvider::CL_VorbisSoundProvider
Vorbis Sound Provider Constructor Vorbis Sound Provider Constructor
CL_VorbisSoundProvider(
const std::string& name, CL_InputSourceProvider* provider = NULL, bool delete_provider = false);
CL_VorbisSoundProvider(
const std::string& name, CL_ResourceManager* resources);
Parameters:
- name
- The name of the file, either it's filename or descriptor from 'provider'
- provider
- the InputsourceProvider to use
- delete_provider
- If true, 'provider' will be delete when the destructor is called
- name
- The name of the vorbis file in 'resources'
See also:
CL_VorbisSoundProvider
Questions or comments, write to the ClanLib mailing list.