mobile

package
v0.0.0-...-e766dbd Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient() (*Client, error)

func (*Client) Start

func (c *Client) Start() error

func (*Client) Stop

func (c *Client) Stop() error

type Video

type Video struct {
	// contains filtered or unexported fields
}

func (*Video) AddVideoHandler

func (v *Video) AddVideoHandler(videoHandler VideoHandler) (int, error)

func (*Video) StartSDCardRecording

func (v *Video) StartSDCardRecording()

func (*Video) StopSDCardRecording

func (v *Video) StopSDCardRecording()

type VideoHandler

type VideoHandler interface {
	HandleVideo(imgData []byte)
}

Jump to

Keyboard shortcuts

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