PulseAudio  9.0
direction.h
Go to the documentation of this file.
00001 #ifndef foodirectionhfoo
00002 #define foodirectionhfoo
00003 
00004 /***
00005   This file is part of PulseAudio.
00006 
00007   Copyright 2014 Intel Corporation
00008 
00009   PulseAudio is free software; you can redistribute it and/or modify
00010   it under the terms of the GNU Lesser General Public License as published
00011   by the Free Software Foundation; either version 2.1 of the License,
00012   or (at your option) any later version.
00013 
00014   PulseAudio is distributed in the hope that it will be useful, but
00015   WITHOUT ANY WARRANTY; without even the implied warranty of
00016   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00017   General Public License for more details.
00018 
00019   You should have received a copy of the GNU Lesser General Public License
00020   along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
00021 ***/
00022 
00023 #include <pulse/def.h>
00024 
00030 int pa_direction_valid(pa_direction_t direction) PA_GCC_CONST;
00031 
00033 const char *pa_direction_to_string(pa_direction_t direction);
00034 
00035 #endif