ByteRTCMediaMetadataObserver constructor
ByteRTCMediaMetadataObserver([
- NativeClassOptions? options
Implementation
ByteRTCMediaMetadataObserver([NativeClassOptions? options])
: super(options == null
? const NativeClassOptions([],
className: _$namespace,
instanceType: InstanceType.manual,
bridgeKey: 'com.volcengine.rtc.hybrid_runtime',
methodMap: {
r"receiveVideoFrameFromUID$withExtendedData$atTimestamp":
r"receiveVideoFrameFromUID:withExtendedData:atTimestamp:"
})
: NativeClassOptions.fromMap({
...options.toMap(),
'bridgeKey': 'com.volcengine.rtc.hybrid_runtime',
})) {
registerEvent(r"receiveVideoFrameFromUID:withExtendedData:atTimestamp:",
receiveVideoFrameFromUID$withExtendedData$atTimestamp);
}