C# Class Gst.Array

Show file Open project: GStreamer/gstreamer-sharp

Public Methods

Method Description
Array ( GLib val ) : System
Array ( IList content ) : System
GetEnumerator ( ) : IEnumerator
SetGValue ( GLib &val ) : void
ToString ( ) : string
this ( int index ) : object

Private Methods

Method Description
gst_value_array_append_value ( GLib &val, GLib &el ) : void
gst_value_array_get_size ( GLib &val ) : uint
gst_value_array_get_type ( ) : IntPtr
gst_value_array_get_value ( GLib &val, uint index ) : IntPtr

Method Details

Array() public method

public Array ( GLib val ) : System
val GLib
return System

Array() public method

public Array ( IList content ) : System
content IList
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

SetGValue() public method

public SetGValue ( GLib &val ) : void
val GLib
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : object
index int
return object