evar.VideoInput.Listener¶
-
class
evar.VideoInput.
Listener
¶ Represents: c++ class Wraps: evar::VideoInput::VideoInput::Listener Methods:
-
:
asForwarder
()¶ -
Тип результата: evar.VideoInput.Forwarder
-
:
forwarder
()¶ -
Тип результата: evar.VideoInput.Forwarder
-
:
hasForwarder
()¶ -
Тип результата: bool
-
:
resetForwarder
()¶
-
:
setForwarder
(evar.VideoInput.Forwarder forwarder)¶ -
Параметры: forwarder (evar.VideoInput.Forwarder) –
-
:
onFrame
(evar.VideoInput input, evar.VideoInput.Frame frame)¶ -
Параметры: - input (evar.VideoInput) –
- frame (evar.VideoInput.Frame) –
-
:
onError
(evar.VideoInput input, std.string message)¶ -
Параметры: - input (evar.VideoInput) –
- message (std.string) –
-
:
onStart
(evar.VideoInput input)¶ -
Параметры: input (evar.VideoInput) –
-
:
onPause
(evar.VideoInput input)¶ -
Параметры: input (evar.VideoInput) –
-
:
onResume
(evar.VideoInput input)¶ -
Параметры: input (evar.VideoInput) –
-
:
onStop
(evar.VideoInput input)¶ -
Параметры: input (evar.VideoInput) –
-
:
onRemove
(evar.VideoInput input)¶ -
Параметры: input (evar.VideoInput) –
-
: