Interface VideoFrameMetadata


@JsType(isNative=true, namespace="<global>") public interface VideoFrameMetadata
  • Method Details

    • create

      @JsOverlay static VideoFrameMetadata create()
    • getCaptureTime

      @JsProperty double getCaptureTime()
    • getExpectedDisplayTime

      @JsProperty double getExpectedDisplayTime()
    • getHeight

      @JsProperty int getHeight()
    • getMediaTime

      @JsProperty double getMediaTime()
    • getPresentationTime

      @JsProperty double getPresentationTime()
    • getPresentedFrames

      @JsProperty int getPresentedFrames()
    • getProcessingDuration

      @JsProperty double getProcessingDuration()
    • getReceiveTime

      @JsProperty double getReceiveTime()
    • getRtpTimestamp

      @JsProperty int getRtpTimestamp()
    • getWidth

      @JsProperty int getWidth()