gst_plugins_base/gst-libs/gst/audio/multichannel.h
changeset 16 8e837d1bf446
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    19 
    19 
    20 #ifndef __GST_AUDIO_MULTICHANNEL_H__
    20 #ifndef __GST_AUDIO_MULTICHANNEL_H__
    21 #define __GST_AUDIO_MULTICHANNEL_H__
    21 #define __GST_AUDIO_MULTICHANNEL_H__
    22 
    22 
    23 #include <gst/audio/audio.h>
    23 #include <gst/audio/audio.h>
    24 #include <gst/audio/multichannel-enumtypes.h>
    24 #include <gst/audio/audio-enumtypes.h>
    25 
    25 
    26 G_BEGIN_DECLS
    26 G_BEGIN_DECLS
    27 
    27 
    28 typedef enum {
    28 typedef enum {
    29   GST_AUDIO_CHANNEL_POSITION_INVALID = -1,
    29   GST_AUDIO_CHANNEL_POSITION_INVALID = -1,
   107 IMPORT_C
   107 IMPORT_C
   108 #endif
   108 #endif
   109 
   109 
   110 GstAudioChannelPosition *
   110 GstAudioChannelPosition *
   111         gst_audio_fixate_channel_positions (GstStructure *str);
   111         gst_audio_fixate_channel_positions (GstStructure *str);
       
   112 #ifdef __SYMBIAN32__
       
   113 IMPORT_C
       
   114 #endif
       
   115 
       
   116 
       
   117 gboolean gst_audio_check_channel_positions (const GstAudioChannelPosition * pos, guint channels);
   112 
   118 
   113 G_END_DECLS
   119 G_END_DECLS
   114 
   120 
   115 #endif /* __GST_AUDIO_MULTICHANNEL_H__ */
   121 #endif /* __GST_AUDIO_MULTICHANNEL_H__ */