encode

package
v0.0.0-...-72e33f6 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Caps

type Caps struct {
	MaxExtraStream     int                  `json:"MaxExtraStream"`
	VideoEncodeDevices []VideoEncodeDevices `json:"VideoEncodeDevices"`
}

func GetCaps

func GetCaps(ctx context.Context, c dahuarpc.Conn, channel int) (Caps, error)

type SupportAICoding

type SupportAICoding struct {
	AICoding bool `json:"AICoding"`
}

type SupportDynamicBitrate

type SupportDynamicBitrate struct {
	Stream  string `json:"Stream"`
	Support bool   `json:"Support"`
}

type VideoEncodeDevices

type VideoEncodeDevices struct {
	MultiAudioEncode            int                     `json:"MultiAudioEncode"`
	RecordIndividualResolution  bool                    `json:"RecordIndividualResolution"`
	SupportAICoding             []SupportAICoding       `json:"SupportAICoding"`
	SupportDynamicBitrate       []SupportDynamicBitrate `json:"SupportDynamicBitrate"`
	SupportIndividualResolution bool                    `json:"SupportIndividualResolution"`
}

Jump to

Keyboard shortcuts

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