Skip to content

增加一个回调接口以获取当前视频流的尺寸 #62

@steve3d

Description

@steve3d

代码里面已经有

        firstFrameDisplay: (iWndIndex, iWidth, iHeight) => {
          console.log(iWidth, iHeight);
          jSPlugin.JS_SetCanFullScreen(false);
          this.pluginStatus.loadingClear();
        },

可以获取到视频流的尺寸, 能不能开放这个回调, 我的项目里面也需要知道视频流的尺寸, 来确定播放widget的大小.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions