PipeWire 0.3.65
format-types.h
Go to the documentation of this file.
1/* Simple Plugin API
2 *
3 * Copyright © 2018 Wim Taymans
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining a
6 * copy of this software and associated documentation files (the "Software"),
7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 * and/or sell copies of the Software, and to permit persons to whom the
10 * Software is furnished to do so, subject to the following conditions:
11 *
12 * The above copyright notice and this permission notice (including the next
13 * paragraph) shall be included in all copies or substantial portions of the
14 * Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
23 */
24
25#ifndef SPA_PARAM_FORMAT_TYPES_H
26#define SPA_PARAM_FORMAT_TYPES_H
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
37#include <spa/param/format.h>
39
40#include <spa/param/audio/type-info.h>
41#include <spa/param/video/type-info.h>
42
43#define SPA_TYPE_INFO_Format SPA_TYPE_INFO_PARAM_BASE "Format"
44#define SPA_TYPE_INFO_FORMAT_BASE SPA_TYPE_INFO_Format ":"
45
46#define SPA_TYPE_INFO_MediaType SPA_TYPE_INFO_ENUM_BASE "MediaType"
47#define SPA_TYPE_INFO_MEDIA_TYPE_BASE SPA_TYPE_INFO_MediaType ":"
48
49static const struct spa_type_info spa_type_media_type[] = {
57 { 0, 0, NULL, NULL },
58};
59
60#define SPA_TYPE_INFO_MediaSubtype SPA_TYPE_INFO_ENUM_BASE "MediaSubtype"
61#define SPA_TYPE_INFO_MEDIA_SUBTYPE_BASE SPA_TYPE_INFO_MediaSubtype ":"
62
63static const struct spa_type_info spa_type_media_subtype[] = {
65 /* generic subtypes */
70 /* audio subtypes */
86 /* video subtypes */
100 /* image subtypes */
102 /* stream subtypes */
104 /* application subtypes */
106 { 0, 0, NULL, NULL },
107};
108
109#define SPA_TYPE_INFO_FormatAudio SPA_TYPE_INFO_FORMAT_BASE "Audio"
110#define SPA_TYPE_INFO_FORMAT_AUDIO_BASE SPA_TYPE_INFO_FormatAudio ":"
111
112#define SPA_TYPE_INFO_FORMAT_AUDIO_AAC SPA_TYPE_INFO_FORMAT_AUDIO_BASE "AAC"
113#define SPA_TYPE_INFO_FORMAT_AUDIO_AAC_BASE SPA_TYPE_INFO_FORMAT_AUDIO_AAC ":"
114#define SPA_TYPE_INFO_FORMAT_AUDIO_WMA SPA_TYPE_INFO_FORMAT_AUDIO_BASE "WMA"
115#define SPA_TYPE_INFO_FORMAT_AUDIO_WMA_BASE SPA_TYPE_INFO_FORMAT_AUDIO_WMA ":"
116#define SPA_TYPE_INFO_FORMAT_AUDIO_AMR SPA_TYPE_INFO_FORMAT_AUDIO_BASE "AMR"
117#define SPA_TYPE_INFO_FORMAT_AUDIO_AMR_BASE SPA_TYPE_INFO_FORMAT_AUDIO_AMR ":"
118
119#define SPA_TYPE_INFO_FormatVideo SPA_TYPE_INFO_FORMAT_BASE "Video"
120#define SPA_TYPE_INFO_FORMAT_VIDEO_BASE SPA_TYPE_INFO_FormatVideo ":"
122#define SPA_TYPE_INFO_FORMAT_VIDEO_H264 SPA_TYPE_INFO_FORMAT_VIDEO_BASE "H264"
123#define SPA_TYPE_INFO_FORMAT_VIDEO_H264_BASE SPA_TYPE_INFO_FORMAT_VIDEO_H264 ":"
124
125static const struct spa_type_info spa_type_format[] = {
127
143 spa_type_audio_iec958_codec },
150
152 spa_type_audio_aac_stream_format },
154 spa_type_audio_wma_profile },
156 spa_type_audio_amr_band_mode },
157
177
180 { 0, 0, NULL, NULL },
181};
182
187#ifdef __cplusplus
188} /* extern "C" */
189#endif
190
191#endif /* SPA_PARAM_FORMAT_TYPES_H */
static const struct spa_type_info spa_type_media_subtype[]
Definition: format-types.h:74
static const struct spa_type_info spa_type_prop_channel_map[]
Definition: param-types.h:86
static const struct spa_type_info spa_type_audio_format[]
Definition: audio/raw-types.h:50
#define SPA_TYPE_INFO_FORMAT_VIDEO_BASE
Definition: format-types.h:141
static const struct spa_type_info spa_type_format[]
Definition: format-types.h:148
static const struct spa_type_info spa_type_audio_flags[]
Definition: audio/raw-types.h:163
#define SPA_TYPE_INFO_FORMAT_AUDIO_AMR_BASE
Definition: format-types.h:136
#define SPA_TYPE_INFO_FORMAT_AUDIO_AAC_BASE
Definition: format-types.h:128
static const struct spa_type_info spa_type_video_interlace_mode[]
Definition: video/raw-types.h:159
static const struct spa_type_info spa_type_video_format[]
Definition: video/raw-types.h:49
#define SPA_TYPE_INFO_FORMAT_AUDIO_BASE
Definition: format-types.h:123
#define SPA_TYPE_INFO_MEDIA_TYPE_BASE
Definition: format-types.h:56
static const struct spa_type_info spa_type_param_bitorder[]
Definition: param-types.h:101
#define SPA_TYPE_INFO_FORMAT_VIDEO_H264_BASE
Definition: format-types.h:146
static const struct spa_type_info spa_type_param[]
Definition: param-types.h:52
#define SPA_TYPE_INFO_FORMAT_AUDIO_WMA_BASE
Definition: format-types.h:132
static const struct spa_type_info spa_type_media_type[]
Definition: format-types.h:58
#define SPA_TYPE_INFO_FORMAT_BASE
Definition: format-types.h:51
#define SPA_TYPE_INFO_MEDIA_SUBTYPE_BASE
Definition: format-types.h:72
@ SPA_MEDIA_TYPE_unknown
Definition: param/format.h:46
@ SPA_MEDIA_TYPE_application
Definition: param/format.h:52
@ SPA_MEDIA_TYPE_audio
Definition: param/format.h:47
@ SPA_MEDIA_TYPE_video
Definition: param/format.h:48
@ SPA_MEDIA_TYPE_binary
Definition: param/format.h:50
@ SPA_MEDIA_TYPE_image
Definition: param/format.h:49
@ SPA_MEDIA_TYPE_stream
Definition: param/format.h:51
@ SPA_FORMAT_VIDEO_framerate
frame rate (Fraction)
Definition: param/format.h:143
@ SPA_FORMAT_AUDIO_iec958Codec
codec used (IEC958) (Id enum spa_audio_iec958_codec)
Definition: param/format.h:123
@ SPA_FORMAT_VIDEO_H264_streamFormat
(Id enum spa_h264_stream_format)
Definition: param/format.h:157
@ SPA_FORMAT_AUDIO_AAC_streamFormat
AAC stream format, (Id enum spa_audio_aac_stream_format)
Definition: param/format.h:130
@ SPA_FORMAT_AUDIO_interleave
Interleave bytes (Int)
Definition: param/format.h:126
@ SPA_FORMAT_AUDIO_blockAlign
audio data block alignment (Int)
Definition: param/format.h:128
@ SPA_FORMAT_AUDIO_AMR_bandMode
AMR band mode (Id enum spa_audio_amr_band_mode)
Definition: param/format.h:134
@ SPA_FORMAT_AUDIO_bitorder
bit order (Id enum spa_param_bitorder)
Definition: param/format.h:125
@ SPA_FORMAT_VIDEO_level
(Int)
Definition: param/format.h:156
@ SPA_FORMAT_mediaType
media type (Id enum spa_media_type)
Definition: param/format.h:112
@ SPA_FORMAT_VIDEO_size
size (Rectangle)
Definition: param/format.h:142
@ SPA_FORMAT_AUDIO_position
channel positions (Id enum spa_audio_position)
Definition: param/format.h:121
@ SPA_FORMAT_VIDEO_profile
(Int)
Definition: param/format.h:155
@ SPA_FORMAT_VIDEO_modifier
format modifier (Long) use only with DMA-BUF and omit for other buffer types
Definition: param/format.h:140
@ SPA_FORMAT_AUDIO_rate
sample rate (Int)
Definition: param/format.h:119
@ SPA_FORMAT_VIDEO_multiviewMode
(Id enum spa_video_multiview_mode)
Definition: param/format.h:148
@ SPA_FORMAT_VIDEO_interlaceMode
(Id enum spa_video_interlace_mode)
Definition: param/format.h:146
@ SPA_FORMAT_VIDEO_maxFramerate
maximum frame rate (Fraction)
Definition: param/format.h:144
@ SPA_FORMAT_AUDIO_flags
optional flags (Int)
Definition: param/format.h:118
@ SPA_FORMAT_VIDEO_pixelAspectRatio
(Rectangle)
Definition: param/format.h:147
@ SPA_FORMAT_VIDEO_colorMatrix
/Id enum spa_video_color_matrix)
Definition: param/format.h:152
@ SPA_FORMAT_AUDIO_bitrate
bit rate (Int)
Definition: param/format.h:127
@ SPA_FORMAT_AUDIO_WMA_profile
WMA profile (Id enum spa_audio_wma_profile)
Definition: param/format.h:132
@ SPA_FORMAT_VIDEO_format
video format (Id enum spa_video_format)
Definition: param/format.h:139
@ SPA_FORMAT_mediaSubtype
media subtype (Id enum spa_media_subtype)
Definition: param/format.h:113
@ SPA_FORMAT_AUDIO_format
audio format, (Id enum spa_audio_format)
Definition: param/format.h:117
@ SPA_FORMAT_VIDEO_chromaSite
/Id enum spa_video_chroma_site)
Definition: param/format.h:150
@ SPA_FORMAT_VIDEO_views
number of views (Int)
Definition: param/format.h:145
@ SPA_FORMAT_VIDEO_colorPrimaries
/Id enum spa_video_color_primaries)
Definition: param/format.h:154
@ SPA_FORMAT_VIDEO_transferFunction
/Id enum spa_video_transfer_function)
Definition: param/format.h:153
@ SPA_FORMAT_VIDEO_H264_alignment
(Id enum spa_h264_alignment)
Definition: param/format.h:158
@ SPA_FORMAT_VIDEO_colorRange
/Id enum spa_video_color_range)
Definition: param/format.h:151
@ SPA_FORMAT_AUDIO_channels
number of audio channels (Int)
Definition: param/format.h:120
@ SPA_FORMAT_VIDEO_multiviewFlags
(Id enum spa_video_multiview_flags)
Definition: param/format.h:149
@ SPA_FORMAT_START
Definition: param/format.h:110
@ SPA_MEDIA_SUBTYPE_midi
Definition: param/format.h:101
@ SPA_MEDIA_SUBTYPE_h264
Definition: param/format.h:81
@ SPA_MEDIA_SUBTYPE_alac
Definition: param/format.h:76
@ SPA_MEDIA_SUBTYPE_ra
Definition: param/format.h:68
@ SPA_MEDIA_SUBTYPE_mpeg4
Definition: param/format.h:88
@ SPA_MEDIA_SUBTYPE_mp3
Definition: param/format.h:64
@ SPA_MEDIA_SUBTYPE_aac
Definition: param/format.h:65
@ SPA_MEDIA_SUBTYPE_iec958
Definition: param/format.h:60
@ SPA_MEDIA_SUBTYPE_mpeg2
Definition: param/format.h:87
@ SPA_MEDIA_SUBTYPE_sbc
Definition: param/format.h:69
@ SPA_MEDIA_SUBTYPE_ape
since 0.3.65
Definition: param/format.h:78
@ SPA_MEDIA_SUBTYPE_wma
Definition: param/format.h:67
@ SPA_MEDIA_SUBTYPE_h263
Definition: param/format.h:85
@ SPA_MEDIA_SUBTYPE_g726
Definition: param/format.h:72
@ SPA_MEDIA_SUBTYPE_amr
Definition: param/format.h:74
@ SPA_MEDIA_SUBTYPE_unknown
Definition: param/format.h:57
@ SPA_MEDIA_SUBTYPE_mjpg
Definition: param/format.h:82
@ SPA_MEDIA_SUBTYPE_vp8
Definition: param/format.h:91
@ SPA_MEDIA_SUBTYPE_dsp
Definition: param/format.h:59
@ SPA_MEDIA_SUBTYPE_vorbis
Definition: param/format.h:66
@ SPA_MEDIA_SUBTYPE_dv
Definition: param/format.h:83
@ SPA_MEDIA_SUBTYPE_raw
Definition: param/format.h:58
@ SPA_MEDIA_SUBTYPE_mpegts
Definition: param/format.h:84
@ SPA_MEDIA_SUBTYPE_mpeg1
Definition: param/format.h:86
@ SPA_MEDIA_SUBTYPE_vc1
Definition: param/format.h:90
@ SPA_MEDIA_SUBTYPE_jpeg
Definition: param/format.h:96
@ SPA_MEDIA_SUBTYPE_xvid
Definition: param/format.h:89
@ SPA_MEDIA_SUBTYPE_dsd
S/PDIF.
Definition: param/format.h:61
@ SPA_MEDIA_SUBTYPE_adpcm
Definition: param/format.h:70
@ SPA_MEDIA_SUBTYPE_bayer
Definition: param/format.h:93
@ SPA_MEDIA_SUBTYPE_g723
Definition: param/format.h:71
@ SPA_MEDIA_SUBTYPE_control
control stream, data contains spa_pod_sequence with control info.
Definition: param/format.h:104
@ SPA_MEDIA_SUBTYPE_gsm
Definition: param/format.h:75
@ SPA_MEDIA_SUBTYPE_g729
Definition: param/format.h:73
@ SPA_MEDIA_SUBTYPE_vp9
Definition: param/format.h:92
@ SPA_MEDIA_SUBTYPE_flac
since 0.3.65
Definition: param/format.h:77
@ SPA_TYPE_Int
Definition: spa/include/spa/utils/type.h:54
@ SPA_TYPE_Rectangle
Definition: spa/include/spa/utils/type.h:60
@ SPA_TYPE_Long
Definition: spa/include/spa/utils/type.h:55
@ SPA_TYPE_Fraction
Definition: spa/include/spa/utils/type.h:61
@ SPA_TYPE_Id
Definition: spa/include/spa/utils/type.h:53
@ SPA_TYPE_Array
Definition: spa/include/spa/utils/type.h:63
spa/param/param-types.h
spa/param/format.h
Definition: spa/include/spa/utils/type.h:162