Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllResolutions = []Resolution{ResLD, ResHD}
Functions ¶
This section is empty.
Types ¶
type Resolution ¶
type Resolution string // Resolution
const ( ResHD Resolution = "HD" // High Definition (exact resolution unspecified - whatever the camera's main stream is set to) ResLD Resolution = "LD" // Low Definition (exact resolution unspecified - whatever the camera's sub stream is set to) )
func ParseResolution ¶
func ParseResolution(res string) (Resolution, error)
Click to show internal directories.
Click to hide internal directories.