Skip to main content

Module source

Module source 

Source
Expand description

Media source trait and builder.

This module provides the core MediaSource trait that defines the interface for interacting with media players, and the MediaSourceBuilder for creating platform-specific implementations.

Structs§

MediaSourceBuilder
Builder for creating a MediaSource instance.
PlatformMediaSource
Platform-specific media source implementation.

Traits§

MediaSource
Main trait for media source functionality.

Type Aliases§

EventStream
Type alias for event stream returned by the media source.