Class (GI Struct)

GstVideo-1.0GstVideoVideoAlignment

Extra alignment parameters for the memory of video buffers. This structure is usually used to configure the bufferpool if it supports the #GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT.

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              padding_bottom: number;
              padding_left: number;
              padding_right: number;
              padding_top: number;
              stride_align: number[];
          },
      >

    Returns VideoAlignment

Properties

padding_bottom: number
padding_left: number
padding_right: number
padding_top: number
stride_align: number[]

Methods