Module homey.video
Classes
class Video-
Base class for video streams.
This class must not be initialized by the developer, but retrieved by calling
ManagerVideos.create_video_web_rtc(),ManagerVideos.create_video_rtsp(),ManagerVideos.create_video_rtmp(),ManagerVideos.create_video_hls(),ManagerVideos.create_video_dash(), orManagerVideos.create_video_other().Ancestors
- homey.client.serializer.Serializable
- abc.ABC
Subclasses
Methods
async def unregister(self) ‑> None-
Unregister the video.