export declare enum ESPlayerRender {
    ES_PLAYER_RENDER_NONE = 0,
    ES_PLAYER_RENDER_SURFACE_VIEW = 1,
    ES_PLAYER_RENDER_TEXTURE_VIEW = 2
}
