Table of Contents

Class EncodingAudioProfile

Namespace
GstPbutils.Internal
Assembly
GstPbutils-1.0.dll
public class EncodingAudioProfile
Inheritance
EncodingAudioProfile
Inherited Members

Methods

GetGType()

Calls native function gst_encoding_audio_profile_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(CapsHandle, NullableUtf8StringHandle, CapsHandle, uint)

Calls native constructor gst_encoding_audio_profile_new.

public static extern IntPtr New(CapsHandle format, NullableUtf8StringHandle preset, CapsHandle restriction, uint presence)

Parameters

format CapsHandle

Transfer ownership: None Nullable: False

preset NullableUtf8StringHandle

Transfer ownership: None Nullable: True

restriction CapsHandle

Transfer ownership: None Nullable: True

presence uint

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False