getMetadata property
RTCEncodedVideoFrameMetadata Function()
get
getMetadata
Implementation
_i3.RTCEncodedVideoFrameMetadata Function() get getMetadata =>
() => _i4.callMethod(
_i4.getProperty(
this,
'getMetadata',
),
r'call',
[this],
);
set
getMetadata
(RTCEncodedVideoFrameMetadata value())
Implementation
set getMetadata(_i3.RTCEncodedVideoFrameMetadata Function() value) {
_i4.setProperty(
this,
'getMetadata',
_i4.allowInterop(value),
);
}