VideoVBIParser.this

Create a new #GstVideoVBIParser for the specified format and pixel_width.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gstvideo.types.VideoFormat format, uint pixelWidth)
    class VideoVBIParser

Parameters

format gstvideo.types.VideoFormat

a #GstVideoFormat

pixelWidth uint

The width in pixel to use

Return Value

The new #GstVideoVBIParser or null if the format and/or pixel_width is not supported.