C# Class Gst.TagList

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

Public Methods

Method Description
Add ( Gst mode, string tag, object value ) : void
this ( string tag ) : object
this ( string tag, uint index ) : object

Method Details

Add() public method

public Add ( Gst mode, string tag, object value ) : void
mode Gst
tag string
value object
return void

this() public method

public this ( string tag ) : object
tag string
return object

this() public method

public this ( string tag, uint index ) : object
tag string
index uint
return object