toggle menu
PLVAndroidMediaPlayer
2.3.0
release
switch theme
search in API
media-player-core-api
/
net.polyv.android.player.core.api.render
/
IPLVMediaPlayerRenderView
IPLVMedia
Player
Render
View
interface
IPLVMediaPlayerRenderView
Author
Hoshiiro
Members
Functions
as
View
Link copied to clipboard
open
fun
asView
(
)
:
View
set
Video
Aspect
Ratio
Link copied to clipboard
abstract
fun
setVideoAspectRatio
(
aspectRatio
:
PLVMediaPlayerAspectRatio
)
set
Video
Rotation
Link copied to clipboard
abstract
fun
setVideoRotation
(
degree
:
Int
)
set
Video
Sample
Aspect
Ratio
Link copied to clipboard
abstract
fun
setVideoSampleAspectRatio
(
sarNum
:
Int
,
sarDen
:
Int
)
set
Video
Size
Link copied to clipboard
abstract
fun
setVideoSize
(
videoWidth
:
Int
,
videoHeight
:
Int
)