Class GStreamerPlugin

java.lang.Object
com.castlabs.android.Plugin
com.castlabs.android.gstreamer.GStreamerPlugin

public class GStreamerPlugin extends Plugin
GStreamerPlugin is a plugin that provides GStreamer based playback.
  • Constructor Details

    • GStreamerPlugin

      public GStreamerPlugin()
      Default constructor.
    • GStreamerPlugin

      public GStreamerPlugin(@Nullable String debugThreshold)
      Constructor.
      Parameters:
      debugThreshold - The debug threshold to use.
    • GStreamerPlugin

      public GStreamerPlugin(@Nullable String debugThreshold, @Nullable byte[] hdcpRxBlob)
      Constructor.
      Parameters:
      debugThreshold - The debug threshold to use.
      hdcpRxBlob - The HDCP RX blob to use.
  • Method Details