C# Class Gst.List

Show file Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Methods

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

Private Methods

Method Description
gst_value_list_append_value ( GLib &val, GLib &el ) : void
gst_value_list_get_size ( GLib &val ) : uint
gst_value_list_get_type ( ) : IntPtr
gst_value_list_get_value ( GLib &val, uint index ) : IntPtr

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

List() public method

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

List() public method

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

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