C# Class Gst.Element

Inheritance: Gst.Object
Show file Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Methods

Method Description
AddMetadata ( string key, string value ) : void
AddPadTemplate ( Gst templ ) : void
AddStaticMetadata ( string key, string value ) : void
GetMetadata ( string key ) : string
GetPadTemplate ( string name ) : Gst.PadTemplate
GetPadTemplateList ( ) : Gst.PadTemplate[]
Link ( ) : bool
SetMetadata ( string longname, string classification, string description, string author ) : void
SetStaticMetadata ( string longname, string classification, string description, string author ) : void
Unlink ( ) : void

Private Methods

Method Description
gst_element_class_add_metadata ( IntPtr klass, IntPtr key, IntPtr value ) : void
gst_element_class_add_pad_template ( IntPtr klass, IntPtr templ ) : void
gst_element_class_add_static_metadata ( IntPtr klass, IntPtr key, IntPtr value ) : void
gst_element_class_get_metadata ( IntPtr klass, IntPtr key ) : IntPtr
gst_element_class_get_pad_template ( IntPtr element_class, IntPtr name ) : IntPtr
gst_element_class_get_pad_template_list ( IntPtr element_class ) : IntPtr
gst_element_class_set_metadata ( IntPtr klass, IntPtr longname, IntPtr classification, IntPtr description, IntPtr author ) : void
gst_element_class_set_static_metadata ( IntPtr klass, IntPtr longname, IntPtr classification, IntPtr description, IntPtr author ) : void

Method Details

AddMetadata() public method

public AddMetadata ( string key, string value ) : void
key string
value string
return void

AddPadTemplate() public method

public AddPadTemplate ( Gst templ ) : void
templ Gst
return void

AddStaticMetadata() public method

public AddStaticMetadata ( string key, string value ) : void
key string
value string
return void

GetMetadata() public method

public GetMetadata ( string key ) : string
key string
return string

GetPadTemplate() public method

public GetPadTemplate ( string name ) : Gst.PadTemplate
name string
return Gst.PadTemplate

GetPadTemplateList() public method

public GetPadTemplateList ( ) : Gst.PadTemplate[]
return Gst.PadTemplate[]

Link() public static method

public static Link ( ) : bool
return bool

SetMetadata() public method

public SetMetadata ( string longname, string classification, string description, string author ) : void
longname string
classification string
description string
author string
return void

SetStaticMetadata() public method

public SetStaticMetadata ( string longname, string classification, string description, string author ) : void
longname string
classification string
description string
author string
return void

Unlink() public static method

public static Unlink ( ) : void
return void