ByteRTCScreenCaptureSourceInfo class

Inheritance
  • Object
  • NativeClass
  • ByteRTCScreenCaptureSourceInfo

Constructors

ByteRTCScreenCaptureSourceInfo([NativeClassOptions? options])

Properties

$resource → NativeResource
no setterinherited
application FutureOr<NSString?>
@brief The title of the application to be shared.
Only available if the sharing object is an application widnows.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pid FutureOr<int?>
@brief Process pid of the application to be shared.
Only available if the sharing object is an application windows.
getter/setter pair
primaryMonitor FutureOr<BOOL?>
@brief Tag for the screen to be shared identifying whether it is the primary screen
Only available when the screen-sharing object is a screen.
getter/setter pair
ready Future<void>
Whether the instance is initialized
no setterinherited
regionRect FutureOr
@brief Coordinate of the screen-sharing object. (0, 0), the origin is the top left on the main screen for clients with multiple screens.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId FutureOr<intptr_t?>
@brief ID of the sharing object
getter/setter pair
sourceName FutureOr<NSString?>
@brief Name of the sharing screen
getter/setter pair
sourceType FutureOr<ByteRTCScreenCaptureSourceType?>
@brief The type of the sharing screen. See ByteRTCScreenCaptureSourceType{@link #ByteRTCScreenCaptureSourceType}.
getter/setter pair

Methods

destroy() → void
inherited
nativeCall<T>(String method, [List? args, NativeMethodMeta? meta]) Future<T>
Call instance method
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendInstanceGet<T>(String property) Future<T>
Get instance property
inherited
sendInstancePropertiesGet(dynamic nativeClass) Future<Map<String, dynamic>>
Get instance properties
inherited
sendInstanceSet(String property, dynamic value) Future<void>
Set instance property
inherited
toString() String
A string representation of this object.
inherited
updateResource(NativeResource resource) → void
inherited

Operators

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

Static Properties

codegen_$namespace → dynamic
no setter