C# Class Gst.Message

Inheritance: Gst.MiniObject
Show file Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Methods

Method Description
ParseError ( GLib &error, string &debug ) : void

Private Methods

Method Description
gst_message_get_stream_status_object ( IntPtr raw ) : IntPtr
gst_message_parse_error ( IntPtr msg, IntPtr &err, IntPtr &debug ) : void
gst_message_set_stream_status_object ( IntPtr raw, IntPtr value ) : void

Method Details

ParseError() public method

public ParseError ( GLib &error, string &debug ) : void
error GLib
debug string
return void