File: YChangeAudioModePreset.3

package info (click to toggle)
yiff 2.06-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,464 kB
  • ctags: 3,028
  • sloc: ansic: 47,463; makefile: 218; sh: 77
file content (32 lines) | stat: -rw-r--r-- 945 bytes parent folder | download
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
YChangeAudioModePreset(3) YLIB FUNCTIONS YChangeAudioModePreset(3)

NAME
        YChangeAudioModePreset - Audio mode changing

SYNTAX
        #include <Y2/Y.h>
        #include <Y2/Ylib.h>

        int YChangeAudioModePreset(YConnection *con, char *name)

ARGUMENTS
        con             Specifies the pointer to the Y server
                        connection which was returned from
                        a prior call to YOpenConnection.

        name            Specifies the Audio mode name. A list of
                        available Audio mode names can be
                        obtained by using YGetAudioModes.

DESCRIPTION
        The YChangeAudioModePreset function changes the Audio
        mode to preset values stored on preset Audio modes.
        A list of preset Audio mode names can be obtained by
        using YGetAudioModes.

        Returns -1 on error, 0 on success.

SEE ALSO
        YGetAudioModes(3)

Y Version 2