Package com.castlabs.android.gstreamer
Class GStreamerPlugin
java.lang.Object
com.castlabs.android.Plugin
com.castlabs.android.gstreamer.GStreamerPlugin
GStreamerPlugin is a plugin that provides GStreamer based playback.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GStreamerPlugin(String debugThreshold) Constructor.GStreamerPlugin(String debugThreshold, byte[] hdcpRxBlob) Constructor. -
Method Summary
Methods inherited from class com.castlabs.android.Plugin
init, onRemotePlay
-
Constructor Details
-
GStreamerPlugin
public GStreamerPlugin()Default constructor. -
GStreamerPlugin
Constructor.- Parameters:
debugThreshold- The debug threshold to use.
-
GStreamerPlugin
Constructor.- Parameters:
debugThreshold- The debug threshold to use.hdcpRxBlob- The HDCP RX blob to use.
-
-
Method Details