Package-level declarations

Types

Link copied to clipboard
class CypressMediaPlayer : Closeable

Controls video playback in combination with VideoPlayerComponent.

Link copied to clipboard

Defines callbacks for CypressMediaPlayer events such as playback state changes, errors, and completion.

Link copied to clipboard

Represents the error code of CypressMediaPlayer.

Link copied to clipboard
enum DisplayMode : Enum<DisplayMode>

The DisplayMode sets how the com.pico.spatial.core.ecs.VideoComponent displays 3D source videos containing binocular parallax, such as SIDE_BY_SIDE, TOP_AND_DOWN, and MV-HEVC 3D format videos.

Link copied to clipboard

A callback interface for hardware buffer release notification.

Link copied to clipboard

Defines texture usage flags for controlling how texture buffers are utilized in video processing.

Link copied to clipboard

Represents the video dimension mode of the material.

Link copied to clipboard

Represents the video texture sample mode of the material. VideoTextureSampleMode determines how the material samples the video texture. Default:NONE.