Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AntiFlicker ¶
type AntiFlicker uint
===
const (
OUTDOOR AntiFlicker = iota
)
func (AntiFlicker) Value ¶
func (i AntiFlicker) Value() string
type MainBitRate ¶
type MainBitRate uint
const ( MAIN_BIT_RATE_1024 MainBitRate = iota MAIN_BIT_RATE_1536 MAIN_BIT_RATE_2048 MAIN_BIT_RATE_3072 MAIN_BIT_RATE_4096 MAIN_BIT_RATE_5120 MAIN_BIT_RATE_6144 MAIN_BIT_RATE_7168 MAIN_BIT_RATE_8192 )
func (MainBitRate) Value ¶
func (mbr MainBitRate) Value() int
type MainFrameRate ¶
type MainFrameRate uint
const ( MAIN_FRAME_RATE_2 MainFrameRate = iota MAIN_FRAME_RATE_4 MAIN_FRAME_RATE_6 MAIN_FRAME_RATE_8 MAIN_FRAME_RATE_10 MAIN_FRAME_RATE_12 MAIN_FRAME_RATE_15 MAIN_FRAME_RATE_16 MAIN_FRAME_RATE_18 MAIN_FRAME_RATE_20 )
func (MainFrameRate) Value ¶
func (mfr MainFrameRate) Value() int
type OsdPosition ¶
type OsdPosition uint
const ( UPPER_LEFT OsdPosition = iota TOP_CENTER UPPER_RIGHT LOWER_LEFT BOTTOM_CENTER LOWER_RIGHT )
func (OsdPosition) Value ¶
func (op OsdPosition) Value() string
type PostRecord ¶
type PostRecord uint
const ( POST_RECORD_SECONDS_15 PostRecord = iota POST_RECORD_SECONDS_30 POST_RECORD_MINUTE_1 )
func (PostRecord) Value ¶
func (pr PostRecord) Value() string
type RecordingProfile ¶
type RecordingProfile uint
const ( RECORDING_BASE RecordingProfile = iota RECORDING_MAIN RECORDING_HIGH )
func (RecordingProfile) Value ¶
func (ep RecordingProfile) Value() string
type RtspProfile ¶
type RtspProfile uint
const ( BASE RtspProfile = iota MAIN )
func (RtspProfile) Value ¶
func (rp RtspProfile) Value() string
type SubBitRate ¶
type SubBitRate uint
const ( SUB_BIT_RATE_64 SubBitRate = iota SUB_BIT_RATE_128 SUB_BIT_RATE_160 SUB_BIT_RATE_192 SUB_BIT_RATE_256 SUB_BIT_RATE_384 SUB_BIT_RATE_512 )
func (SubBitRate) Value ¶
func (sbr SubBitRate) Value() int
type SubFrameRate ¶
type SubFrameRate uint
const ( SUB_FRAME_RATE_4 SubFrameRate = iota SUB_FRAME_RATE_7 SUB_FRAME_RATE_10 SUB_FRAME_RATE_15 )
func (SubFrameRate) Value ¶
func (sfr SubFrameRate) Value() int
type WhiteBalance ¶
type WhiteBalance uint
const (
WHITE_BALANCE_AUTO WhiteBalance = iota
)
func (WhiteBalance) Value ¶
func (wb WhiteBalance) Value() string
Click to show internal directories.
Click to hide internal directories.