renamed the media node
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c47e5a5ae9
commit
5ca6a7e85e
@ -35,8 +35,8 @@ AudioMixerAddon::AudioMixerAddon(image_id image)
|
|||||||
|
|
||||||
// Init flavor_info
|
// Init flavor_info
|
||||||
fInfo->internal_id = 0;
|
fInfo->internal_id = 0;
|
||||||
fInfo->name = "AudioMixer";
|
fInfo->name = "Audio Mixer (OpenBeOS)";
|
||||||
fInfo->info = "AudioMixer media addon";
|
fInfo->info = "OpenBeOS Audio Mixer media addon";
|
||||||
fInfo->kinds = B_BUFFER_PRODUCER | B_BUFFER_CONSUMER | B_SYSTEM_MIXER | B_CONTROLLABLE;
|
fInfo->kinds = B_BUFFER_PRODUCER | B_BUFFER_CONSUMER | B_SYSTEM_MIXER | B_CONTROLLABLE;
|
||||||
fInfo->flavor_flags = 0; // 0 = global or local instantiation allowed, no restrictions
|
fInfo->flavor_flags = 0; // 0 = global or local instantiation allowed, no restrictions
|
||||||
fInfo->possible_count = 0; // 0 = infinite
|
fInfo->possible_count = 0; // 0 = infinite
|
||||||
|
Loading…
Reference in New Issue
Block a user