Class VideoAggregatorPad.Builder<B extends VideoAggregatorPad.Builder<B>>

Type Parameters:
B - the type of the Builder that is returned
All Implemented Interfaces:
BuilderInterface
Direct Known Subclasses:
VideoAggregatorConvertPad.Builder
Enclosing class:
VideoAggregatorPad

public static class VideoAggregatorPad.Builder<B extends VideoAggregatorPad.Builder<B>> extends AggregatorPad.Builder<B>
Inner class implementing a builder pattern to construct a GObject with properties.
  • Constructor Details

    • Builder

      protected Builder()
      Default constructor for a Builder object.
  • Method Details

    • build

      public VideoAggregatorPad build()
      Finish building the VideoAggregatorPad object. This will call GObject.withProperties(Type, String[], Value[]) to create a new GObject instance, which is then cast to VideoAggregatorPad.
      Overrides:
      build in class AggregatorPad.Builder<B extends VideoAggregatorPad.Builder<B>>
      Returns:
      a new instance of VideoAggregatorPad with the properties that were set in the Builder object.
    • setMaxLastBufferRepeat

      public B setMaxLastBufferRepeat(long maxLastBufferRepeat)
    • setRepeatAfterEos

      public B setRepeatAfterEos(boolean repeatAfterEos)
    • setZorder

      public B setZorder(int zorder)