ZegoOutsideRoomAudioVideoViewListPlayMode enum

play mode

Inheritance
  • Object
  • Enum
  • ZegoOutsideRoomAudioVideoViewListPlayMode
Available extensions

Values

autoPlay → const ZegoOutsideRoomAudioVideoViewListPlayMode

All streams (video and audio) in visible area will be automatically played internally.

manualPlay → const ZegoOutsideRoomAudioVideoViewListPlayMode

Control the play timing by yourself, and you need to manually call the API to play the stream (video and audio). ZegoOutsideRoomAudioVideoViewListController

  • startPlayOne
  • stopPlayOne
  • startPlayAll
  • stopPlayAll

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ZegoOutsideRoomAudioVideoViewListPlayMode>
A constant List of the values in this enum, in order of their declaration.