encoder

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Null = Type(0)
)

Variables

This section is empty.

Functions

func EnumTypes

func EnumTypes() (ids []string, err error)

EnumTypes wraps bool obs_enum_encoder_types(size_t idx, const char **id).

Types

type Type

type Type uintptr

Type wraps *obs_encoder_t.

func Enum

func Enum() ([]Type, error)

Enum wraps void void obs_enum_encoders(bool (*enum_proc)(void*, obs_encoder_t*), void *param).

func (Type) IsNull

func (t Type) IsNull() bool

IsNull returns true or false as to whether or not Type has been initialized.

func (Type) Ref

func (t Type) Ref() (Type, error)

Ref wraps obs_encoder_t *obs_encoder_get_ref(obs_encoder_t *encoder).

func (Type) Release

func (t Type) Release() error

Release wraps void obs_encoder_release(obs_encoder_t *encoder).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL