C# Class Gst.MiniObject

Inheritance: IWrapper, IDisposable
Afficher le fichier Open project: GStreamer/gstreamer-sharp Class Usage Examples

Méthodes publiques

Méthode Description
MakeWritable ( ) : void
Replace ( Gst &olddata ) : bool
Replace ( Gst &olddata, Gst newdata ) : bool
Take ( Gst &olddata, Gst newdata ) : bool

Méthodes protégées

Méthode Description
MiniObject ( ) : System

Private Methods

Méthode 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 méthode

public MakeWritable ( ) : void
Résultat void

MiniObject() protected méthode

protected MiniObject ( ) : System
Résultat System

Replace() public static méthode

public static Replace ( Gst &olddata ) : bool
olddata Gst
Résultat bool

Replace() public static méthode

public static Replace ( Gst &olddata, Gst newdata ) : bool
olddata Gst
newdata Gst
Résultat bool

Take() public static méthode

public static Take ( Gst &olddata, Gst newdata ) : bool
olddata Gst
newdata Gst
Résultat bool