AVStereo3D

Stereo 3D type: this structure describes how two videos are packed within a single video surface, with additional information as needed.

@note The struct must be allocated with av_stereo3d_alloc() and its size is not a part of the public ABI.

extern (C) @nogc nothrow
struct AVStereo3D {}

Members

Variables

flags
int flags;

Additional information about the frame packing.

type
AVStereo3DType type;

How views are packed within the video.

view
AVStereo3DView view;

Determines which views are packed.

Meta