Versions in this module Expand all Collapse all v0 v0.1.1 Jul 26, 2026 v0.1.0 Jul 26, 2026 Changes in this version + var ErrInvalidMediaURL = errors.New("invalid media URL") + var ErrUnavailable = errors.New("video player is unavailable") + var ErrUnsupportedPlatform = errors.New("IINA is unsupported on this platform") + type IINA struct + func NewIINA() *IINA + func (i *IINA) Open(ctx context.Context, mediaURL *url.URL) error + type Player interface + Open func(context.Context, *url.URL) error + type Streaming struct + func NewStreaming(proxy *streaming.Proxy, launcher Player) *Streaming + func (p *Streaming) Close() error + func (p *Streaming) Open(ctx context.Context, source *url.URL) error + type Unavailable struct + func (Unavailable) Open(context.Context, *url.URL) error