Interface VideoSurfaceAdapter

All Superinterfaces:
Serializable
All Known Implementing Classes:
LinuxVideoSurfaceAdapter, OsxVideoSurfaceAdapter, WindowsVideoSurfaceAdapter

public interface VideoSurfaceAdapter extends Serializable
Specification for a component that can attach a video surface to a native media player instance.

An adapter is needed since attaching a video surface uses an operating system-specific implementation.