summaryrefslogtreecommitdiff
path: root/misc/man9ossddk/ossddk_mixer_create_group.9ossddk
blob: 69e5a32ed605556b4852162e2f91beeaa53f5cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
'\" te
.\"  Copyright (c) 2005, 4Front Technologies 2005\&.
.TH ossddk_mixer_create_group 9ossddk "12 Sep 2005" "SunOS 5.10" "OSS DDK Services"
.SH "NAME"
ossddk_mixer_create_group \- Create a new mixer group (window frame).
.PP
.SH "SYNOPSIS"
.nf
#include <sys/soundcard.h>
.LP
#include <sys/ossddk/ossddk.h>
.fi
.LP
\fBint\fR ossddk_mixer_create_group(\fBint \fIdev\fP, \fBint \fIparent\fP, \fBconst char *\fIid\fP);
.PP
.SH "INTERFACE LEVEL"
.PP
Open Sound System specific (OSS 4.0 DDK)\&.
.PP
.SH "ARGUMENTS"
.PP
.sp
.ne 2
.mk
\fB\fIdev\fR
.in +16n
.rt
OSS mixer device number.
.in -16n
.sp
.ne 2
.mk
\fB\fIparent\fR
.in +16n
.rt
Control number of the parent group. 0 means the device root group.
.in -16n
.sp
.ne 2
.mk
\fB\fIid\fR
.in +16n
.rt
Short name for the group (at most 15 characters).
.in -16n
.PP
.SH "DESCRIPTION"
.PP
This function creates a new mixer group under the given parent group. 
See the mixer extension programming section of OSS 4.0 API Specification
for more info about mixer groups.
.PP
.SH "SEE ALSO"
.PP
\fIWriting Sound Device Drivers with OSS DDK\fR
\fIOpen Sound System Programmer's Guide\fR