pano_rtc library Null safety
Classes
- AnnotationEventHandler
- Callback of PanoAnnotation, the callback must set to PanoAnnotation to get events notification.
- AnnotationMgrEventHandler
- Annotation Manager
- BuiltinTransformOption
- (Deprecated) The built-in video transform option class.
- FaceBeautifyOption
- The face beautify option class.
- FeedbackInfo
- Feedback info class, user can send feedback to PANO.
- GroupConfig
- The parameters when joining a group.
- QuadTransformOption
- The quadrilateral video transform option class.
- RtcAnnotation
- The RtcAnnotation class.
- RtcAnnotationManager
- The RtcAnnotationManager class.
- RtcAudioFormat
- The audio format class.
- RtcAudioLevel
- The statistics class of user audio level.
- RtcAudioMixingConfig
- The configurations class of audio mixing.
- RtcAudioProfile
- Audio profile.
- RtcAudioRecvStats
- The statistics class of received audio.
- RtcAudioSendStats
- The statistics class of sent audio.
- RtcChannelConfig
- The configurations class for joinning a channel.
- RtcDeviceInfo
- The device information class.
- RtcEngineConfig
- The configurations class of the PanoRtcEngineKit object.
- RtcEngineEventHandler
- Callback of RtcEngine, the callbacks must to set to RtcEngine to get events notification.
- RtcEngineKit
- RtcEngine is the main class of the PanoRtc SDK.
- RtcGroupEventHandler
- Callback of RtcGroupManager, the callbacks must to set to RtcGroupManager to get events notification.
- RtcGroupManager
- RtcMessageService
- The RtcMessageService class.
- RtcMessageServiceHandler
- Callback of RtcMessageService, the callback must be set to RtcMessageService to get events notification.
- RtcNetworkManager
- The RtcNetworkManager class.
- RtcNetworkMgrHandler
- Callback of RtcNetworkManager, the callback must be set to network manager to get events notification.
- RtcNetworkQuality
- Network quality report.
- RtcPropertyAction
- Property action type.
- RtcScreenSourceInfo
- The screen source information class.
- RtcSnapshotVideoOption
- The option class of video snapshot.
- RtcSurfaceView
- Use SurfaceView in Android.
- RtcSurfaceViewModel
- The RtcSurfaceViewModel class.
- RtcSystemStats
- The statistics class of system information.
- RtcVideoConfig
- The configurations class of the video renderer.
- RtcVideoFormat
- The video format class.
- RtcVideoRecvBweStats
- The statistics class of bandwidth estimation of received video.
- RtcVideoRecvStats
- The statistics class of received video.
- RtcVideoSendBweStats
- The statistics class of bandwidth estimation of sent video.
- RtcVideoSendStats
- The statistics class of sent video.
- RtcVideoStreamManager
- The RtcVideoStreamManager class.
- RtcWhiteboard
- The RtcWhiteboard class.
- RtcWhiteboardSurfaceView
- Use SurfaceView in Android.
- RtcWhiteboardSurfaceViewModel
- The RtcWhiteboardSurfaceViewModel class.
- UserInfo
- The information of the group member.
- VideoStreamEventHandler
- Callback of VideoStreamManager, the callback must be set to stream manager to get events notification.
- WBColor
- The whiteboard color class.
- WBConvertConfig
- The configurations class of whiteboard doc convert.
- WBDocContents
- Whiteboard doc content class.
- WBDocExtContents
- Whiteboard doc external background contents.
- WBDocExtHtml
- Whiteboard doc external Html content.
- WBDocInfo
- The whiteboard file information class.
- WBStamp
- The whiteboard stamp class.
- WBTextFormat
- The whiteboard text format class.
- WBVisionConfig
- Whiteboard vision configuration.
- WhiteboardEventHandler
- Callback of RtcWhiteboard, the callback must set to RtcWhiteboard to get events notification.
Mixins
- RtcAnnotationInterface
- The annotation interface
- RtcAnnotationManagerInterface
- The annotation manager interface
- RtcEngineKitInterface
- The rtc engine interface
- RtcGroupManagerInterface
- The group manager interface.
- RtcMessageServiceInterface
- The RtcMessageService interface
- RtcNetworkManagerInterface
- The network manager interface
- RtcVideoStreamInterface
- The video stream interface
- RtcWhiteboardInterface
- The RtcWhiteboard interface class provides all whiteboard methods invoked by the application.
Enums
- ActionType
- Action type.
- AnnoOptionType
- Annotation option type.
- AudioCallType
- Audio Call Type.
- AudioChannel
- Audio Channel
- AudioCodecType
- Audio Codec Type
- AudioDeviceState
- Audio Device state
- AudioDeviceType
- Audio Device type
- AudioEqualizationMode
- Audio equalization option
- AudioMixingState
- Audio mixing state
- AudioReverbMode
- Audio rever mode
- AudioSampleRate
- Audio Sample Rate
- AudioType
- Audio type
- ChannelMode
- Channel mode
- ChannelService
- Channel service flag
- DeviceRating
- Device rating values
- FailoverState
- Failover state
- FeedbackType
- Feedback type
- ImageFileFormat
- Image file format
- LogLevel
- Log output level
- MediaProcessorType
- Media processor type
- MessageServiceState
- Message service state.
- OptionType
- Option type
- QuadIndex
- Quadrilateral vertex index.
- QualityRating
- Quality rating values
- ResultCode
- Result value.
- ScreenCaptureState
- Screen Capture State.
- ScreenScalingRatio
- Screen scaling ratio type
- ScreenSourceType
- Screen source type
- SubscribeResult
- The result to subscribe user media
- UserLeaveReason
- User leave reason
- VideoCaptureState
- Video capture state
- VideoCodecType
- Video Codec Type
- VideoDeviceState
- Video device state
- VideoDeviceType
- Video device type
- VideoFrameRateType
- Video frame rate type
- VideoProfileType
- Video profile type
- VideoRotation
- Video rotation value
- VideoScalingMode
- Video scaling mode
- VideoType
- Video type
- WBClearType
- Whiteboard clear type
- WBConvertType
- Whiteboard file convert type.
- WBDocType
- Whiteboard file type.
- WBFillType
- Whiteboard fill type
- WBFontStyle
- Whiteboard font style
- WBHtmlState
- Whiteboard html state.
- WBImageScalingMode
- Whiteboard image scaling mode
- WBImageState
- Whiteboard image state
- WBOptionType
- Whiteboard option type
- WBRoleType
- Whiteboard role type
- WBSnapshotMode
- Whiteboard snapshot mode
- WBToolType
- Whiteboard tool type
Typedefs
- RtcSurfaceViewCreatedCallback = void Function(RtcSurfaceViewModel viewModel)
- The call back on surface view created.
- RtcWhiteboardSurfaceViewCreatedCallback = void Function(RtcWhiteboardSurfaceViewModel viewModel)
- The call back on whiteboard surface view created.