Module uk.co.caprica.vlcj
Class OsxVideoSurfaceAdapter
java.lang.Object
uk.co.caprica.vlcj.player.embedded.videosurface.OsxVideoSurfaceAdapter
- All Implemented Interfaces:
Serializable
,VideoSurfaceAdapter
Implementation of a video surface adapter for Mac.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
attach
(MediaPlayer mediaPlayer, long componentId) Attach a video surface to a media player.
-
Constructor Details
-
OsxVideoSurfaceAdapter
public OsxVideoSurfaceAdapter()
-
-
Method Details
-
attach
Description copied from interface:VideoSurfaceAdapter
Attach a video surface to a media player.- Specified by:
attach
in interfaceVideoSurfaceAdapter
- Parameters:
mediaPlayer
- media player instancecomponentId
- native id of the video surface component
-