C# Class Gst.MiniObject

Inheritance: IWrapper, IDisposable
Show file Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Methods

Method Description
MakeWritable ( ) : void
Replace ( Gst &olddata ) : bool
Replace ( Gst &olddata, Gst newdata ) : bool
Take ( Gst &olddata, Gst newdata ) : bool

Protected Methods

Method Description
MiniObject ( ) : System

Private Methods

Method Description
gst_mini_object_make_writable ( IntPtr mini_object ) : IntPtr
gst_mini_object_replace ( IntPtr olddata, IntPtr newdata ) : bool
gst_mini_object_take ( IntPtr olddata, IntPtr newdata ) : bool

Method Details

MakeWritable() public method

public MakeWritable ( ) : void
return void

MiniObject() protected method

protected MiniObject ( ) : System
return System

Replace() public static method

public static Replace ( Gst &olddata ) : bool
olddata Gst
return bool

Replace() public static method

public static Replace ( Gst &olddata, Gst newdata ) : bool
olddata Gst
newdata Gst
return bool

Take() public static method

public static Take ( Gst &olddata, Gst newdata ) : bool
olddata Gst
newdata Gst
return bool