mini_arcade_core.runtime.capture.events

Capture event names emitted through the global bus.

Attributes

Module Contents

mini_arcade_core.runtime.capture.events.SCREENSHOT_QUEUED = 'capture.screenshot.queued'
mini_arcade_core.runtime.capture.events.SCREENSHOT_DONE = 'capture.screenshot.done'
mini_arcade_core.runtime.capture.events.SCREENSHOT_FAILED = 'capture.screenshot.failed'
mini_arcade_core.runtime.capture.events.VIDEO_STARTED = 'capture.video.started'
mini_arcade_core.runtime.capture.events.VIDEO_STOPPED = 'capture.video.stopped'
mini_arcade_core.runtime.capture.events.VIDEO_ENCODE_QUEUED = 'capture.video.encode.queued'
mini_arcade_core.runtime.capture.events.VIDEO_ENCODE_DONE = 'capture.video.encode.done'
mini_arcade_core.runtime.capture.events.VIDEO_ENCODE_FAILED = 'capture.video.encode.failed'
mini_arcade_core.runtime.capture.events.REPLAY_RECORD_STARTED = 'capture.replay.record.started'
mini_arcade_core.runtime.capture.events.REPLAY_RECORD_STOPPED = 'capture.replay.record.stopped'
mini_arcade_core.runtime.capture.events.REPLAY_PLAY_STARTED = 'capture.replay.play.started'
mini_arcade_core.runtime.capture.events.REPLAY_PLAY_STOPPED = 'capture.replay.play.stopped'
mini_arcade_core.runtime.capture.events.REPLAY_PLAY_FINISHED = 'capture.replay.play.finished'