全屏相关方法

* $fullscreen

  • 别名:fullscreen
  • 类型:Function
  • 参数:
    • flag
      • 类型:boolean
      • 含义是否需要全屏,true为全屏,false为退出全屏。
      • 默认:true
    • target
      • 类型:string
      • 全屏的对象,可选videocontainerwrapper
      • 默认:container
        全屏和退出全屏的相关操作。
关于全屏对象的设置可到Chimee 插件 API 介绍中的插件位置部分了解更多

requestFullscreen

  • 类型:Function
  • 参数:
    • target
      • 类型:string
      • 全屏的对象,可选videocontainerwrapper
      • 默认:container
        进入全屏

exitFullscreen

  • 类型:Function
  • 参数:
    • target
      • 类型:string
      • 全屏的对象,可选videocontainerwrapper
      • 默认:container
        退出全屏