You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamBase -> only the basic stuff. every other stream class inherits this. common things will be handled here (like the lock, the bandwidth calculation, has_demand and its background task, etc.)
Stream -> keep the public API same similar for backwards compatibility
CustomStream -> exactly the same as StreamBase, but with a friendly name.
ManagedStream -> will automatically close and open the sources. comes with three two modes: regular, full-on-demand, fast-on-demand. params: name, fps, size, quality, source, mode
The text was updated successfully, but these errors were encountered:
StreamBase -> only the basic stuff. every other stream class inherits this. common things will be handled here (like the lock, the bandwidth calculation, has_demand and its background task, etc.)
Stream -> keep the public API
samesimilar for backwards compatibilityCustomStream -> exactly the same as StreamBase, but with a friendly name.
ManagedStream -> will automatically close and open the sources. comes with
threetwo modes:regular,full-on-demand, fast-on-demand. params: name, fps, size, quality, source, modeThe text was updated successfully, but these errors were encountered: