mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
e6c2e8465e
commit
a05a8eb8c6
1 changed files with 3 additions and 6 deletions
|
|
@ -59,12 +59,11 @@ enum spa_video_multiview_mode {
|
||||||
* sequence. This method only applies to
|
* sequence. This method only applies to
|
||||||
* raw video buffers at the moment.
|
* raw video buffers at the moment.
|
||||||
* Specific view identification is via
|
* Specific view identification is via
|
||||||
* \ref spa_video_multiview_meta on raw
|
* metadata on raw video buffers. */
|
||||||
* video buffers. */
|
|
||||||
SPA_VIDEO_MULTIVIEW_MODE_SEPARATED, /**< Multiple views are provided as separate
|
SPA_VIDEO_MULTIVIEW_MODE_SEPARATED, /**< Multiple views are provided as separate
|
||||||
* \ref spa_data framebuffers attached
|
* \ref spa_data framebuffers attached
|
||||||
* to each \ref spa_buffer, described
|
* to each \ref spa_buffer, described
|
||||||
* by the \ref spa_video_multiview_meta */
|
* by the metadata */
|
||||||
/* future expansion for annotated modes */
|
/* future expansion for annotated modes */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -97,9 +96,7 @@ enum spa_video_multiview_flags {
|
||||||
SPA_VIDEO_MULTIVIEW_FLAGS_MIXED_MONO = (1 << 15), /**< The video stream contains both
|
SPA_VIDEO_MULTIVIEW_FLAGS_MIXED_MONO = (1 << 15), /**< The video stream contains both
|
||||||
* mono and multiview portions,
|
* mono and multiview portions,
|
||||||
* signalled on each buffer by the
|
* signalled on each buffer by the
|
||||||
* absence or presence of the
|
* absence or presence of a buffer flag. */
|
||||||
* \ref SPA_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW
|
|
||||||
* buffer flag. */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue