Package com.google.android.exoplayer2
Interface ExoPlayer.VideoComponent
-
- All Known Implementing Classes:
SimpleExoPlayer
- Enclosing interface:
- ExoPlayer
@Deprecated public static interface ExoPlayer.VideoComponent
Deprecated.UseExoPlayer
, as theExoPlayer.VideoComponent
methods are defined by that interface.
-
-
Method Summary
-
-
-
Method Detail
-
setVideoScalingMode
@Deprecated void setVideoScalingMode(@VideoScalingMode @com.google.android.exoplayer2.C.VideoScalingMode int videoScalingMode)
Deprecated.UseExoPlayer.setVideoScalingMode(int)
instead.
-
getVideoScalingMode
@Deprecated @VideoScalingMode @com.google.android.exoplayer2.C.VideoScalingMode int getVideoScalingMode()
Deprecated.UseExoPlayer.getVideoScalingMode()
instead.
-
setVideoChangeFrameRateStrategy
@Deprecated void setVideoChangeFrameRateStrategy(@VideoChangeFrameRateStrategy @com.google.android.exoplayer2.C.VideoChangeFrameRateStrategy int videoChangeFrameRateStrategy)
Deprecated.UseExoPlayer.setVideoChangeFrameRateStrategy(int)
instead.
-
getVideoChangeFrameRateStrategy
@Deprecated @VideoChangeFrameRateStrategy @com.google.android.exoplayer2.C.VideoChangeFrameRateStrategy int getVideoChangeFrameRateStrategy()
Deprecated.UseExoPlayer.getVideoChangeFrameRateStrategy()
instead.
-
setVideoFrameMetadataListener
@Deprecated void setVideoFrameMetadataListener(VideoFrameMetadataListener listener)
Deprecated.
-
clearVideoFrameMetadataListener
@Deprecated void clearVideoFrameMetadataListener(VideoFrameMetadataListener listener)
Deprecated.
-
setCameraMotionListener
@Deprecated void setCameraMotionListener(CameraMotionListener listener)
Deprecated.
-
clearCameraMotionListener
@Deprecated void clearCameraMotionListener(CameraMotionListener listener)
Deprecated.
-
clearVideoSurface
@Deprecated void clearVideoSurface()
Deprecated.UsePlayer.clearVideoSurface()
instead.
-
clearVideoSurface
@Deprecated void clearVideoSurface(@Nullable Surface surface)
Deprecated.UsePlayer.clearVideoSurface(Surface)
instead.
-
setVideoSurface
@Deprecated void setVideoSurface(@Nullable Surface surface)
Deprecated.UsePlayer.setVideoSurface(Surface)
instead.
-
setVideoSurfaceHolder
@Deprecated void setVideoSurfaceHolder(@Nullable SurfaceHolder surfaceHolder)
Deprecated.UsePlayer.setVideoSurfaceHolder(SurfaceHolder)
instead.
-
clearVideoSurfaceHolder
@Deprecated void clearVideoSurfaceHolder(@Nullable SurfaceHolder surfaceHolder)
Deprecated.UsePlayer.clearVideoSurfaceHolder(SurfaceHolder)
instead.
-
setVideoSurfaceView
@Deprecated void setVideoSurfaceView(@Nullable SurfaceView surfaceView)
Deprecated.UsePlayer.setVideoSurfaceView(SurfaceView)
instead.
-
clearVideoSurfaceView
@Deprecated void clearVideoSurfaceView(@Nullable SurfaceView surfaceView)
Deprecated.UsePlayer.clearVideoSurfaceView(SurfaceView)
instead.
-
setVideoTextureView
@Deprecated void setVideoTextureView(@Nullable TextureView textureView)
Deprecated.UsePlayer.setVideoTextureView(TextureView)
instead.
-
clearVideoTextureView
@Deprecated void clearVideoTextureView(@Nullable TextureView textureView)
Deprecated.UsePlayer.clearVideoTextureView(TextureView)
instead.
-
getVideoSize
@Deprecated VideoSize getVideoSize()
Deprecated.UsePlayer.getVideoSize()
instead.
-
-