Skip to content

全局设置GSYVideoType API

Shuyu Guo edited this page Oct 30, 2017 · 1 revision

    /**
     * 使能硬解码,播放前设置
     */
    public static void enableMediaCodec() 

    /**
     * 关闭硬解码,播放前设置
     */
    public static void disableMediaCodec()

    /**
     * 使能硬解码渲染优化
     */
    public static void enableMediaCodecTexture() 

    /**
     * 关闭硬解码渲染优化
     */
    public static void disableMediaCodecTexture()


    /**
     * 是否开启硬解码
     */
    public static boolean isMediaCodec() 


    /**
     * 是否开启硬解码渲染优化
     */
    public static boolean isMediaCodecTexture()

    public static int getShowType() 

    /**
     * 设置显示比例,注意,这是全局生效的
     */
    public static void setShowType(int type) 


    public static int getRenderType() 

    /**
     * 渲染控件
     *
     * @param renderType
     */
    public static void setRenderType(int renderType)
Clone this wiki locally