Table of Contents

Class TocSetterHelper

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class TocSetterHelper : Element, TocSetter, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
TocSetterHelper
Implements
Inherited Members

Constructors

TocSetterHelper(ElementHandle)

protected TocSetterHelper(ElementHandle handle)

Parameters

handle ElementHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetToc()

public Toc? GetToc()

Returns

Toc

NewFromPointer(nint, bool)

Creates a new managed TocSetterHelper instance for a given pointer.

public static TocSetterHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

TocSetterHelper

Reset()

public void Reset()

SetToc(Toc?)

public void SetToc(Toc? toc)

Parameters

toc Toc