data

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: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Null represents a Null obs_data_t.
	Null = Type(0)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type uintptr

Type wraps obs_data_t.

func New

func New() (Type, error)

New wraps obs_data_create.

func (Type) IsNull added in v0.0.2

func (t Type) IsNull() bool

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

func (Type) SetString

func (t Type) SetString(name, val string) error

SetString wraps void obs_data_set_string(obs_data_t *data, const char *name,const char *val).

Jump to

Keyboard shortcuts

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