# Functions
NewVideoPlayDefault creates a new VideoPlay structure with default values.
# Constants
ErrorAgain is returned when the decoder needs more data to serve the frame.
ErrorEndOfFile is returned upon reaching the end of the media file.
ErrorInvalidValue is returned when the function call argument is invalid.
# Structs
AudioFrame is a data frame obtained from an audio stream.
VideoFrame is a single frame of a video stream.
VideoPlay contains Video information, channels for reading the video frames and texture for rendering the video frames.
# Interfaces
Frame is an abstract data frame.
# Type aliases
No description provided by the author