MixedStreamTaskInfo class
- Inheritance
-
- Object
- NativeClass
- MixedStreamTaskInfo
Constructors
- MixedStreamTaskInfo([NativeClassOptions? options])
Properties
Methods
-
destroy(
) → void -
inherited
-
getTargetType(
) → FutureOr< MixedStreamPushTargetType> - @brief Task type: Pushing a mixing stream to CDN or starting a WTN stream.
-
getTaskId(
) → FutureOr< String> -
@brief Task ID
For WTN stream task, this value represents the WTN stream ID. You can subscribe a WTN stream by specifying the ID. -
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
-
setTargetType(
MixedStreamPushTargetType targetType) → FutureOr< MixedStreamTaskInfo> - @brief Task type. @param targetType Pushing a mixing stream to CDN or starting a WTN stream.
-
setTaskId(
String taskId) → FutureOr< MixedStreamTaskInfo> -
@brief Set task ID
For WTN stream task, this value represents the WTN stream ID. You can subscribe a WTN stream by specifying the ID. @param taskId Task ID -
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