AgoraPipVideoStream class

Represents a video stream configuration for Picture-in-Picture (PiP) mode.

This class holds the connection and canvas settings needed to display a video stream within the PiP window.

Constructors

AgoraPipVideoStream.new({required RtcConnection connection, required VideoCanvas canvas})
Creates an AgoraPipVideoStream instance.
const

Properties

canvas VideoCanvas
The video canvas configuration for rendering this stream.
final
connection RtcConnection
The RTC connection associated with this video stream.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDictionary() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited