VideoFrameCallbackMetadata class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

VideoFrameCallbackMetadata({num? captureTime, num? expectedDisplayTime, num? height, num? mediaTime, num? presentationTime, num? presentedFrames, num? processingDuration, num? receiveTime, num? rtpTimestamp, num? width})
factory

Properties

captureTime num?

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
expectedDisplayTime num

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
mediaTime num

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
presentationTime num

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
presentedFrames num

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
processingDuration num?

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
receiveTime num?

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
rtpTimestamp num?

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width num

Available on VideoFrameCallbackMetadata, provided by the VideoFrameCallbackMetadata$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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