Package-level declarations
Types
The AudioData
interface of the WebCodecs API represents an audio sample.
The AudioDecoder
interface of the WebCodecs API decodes chunks of audio. Available only in secure contexts.
The AudioEncoder
interface of the WebCodecs API encodes AudioData objects. Available only in secure contexts.
The EncodedAudioChunk
interface of the WebCodecs API represents a chunk of encoded audio data.
The EncodedVideoChunk
interface of the WebCodecs API represents a chunk of encoded video data.
The ImageDecoder
interface of the WebCodecs API provides a way to unpack and decode encoded image data. Available only in secure contexts.
The ImageTrack
interface of the WebCodecs API represents an individual image track.
The ImageTrackList
interface of the WebCodecs API represents a list of image tracks.
The VideoColorSpace
interface of the WebCodecs API represents the color space of a video.
The VideoDecoder
interface of the WebCodecs API decodes chunks of video. Available only in secure contexts.
The VideoEncoder
interface of the WebCodecs API encodes VideoFrame objects into EncodedVideoChunks. Available only in secure contexts.
The VideoFrame
interface of the Web Codecs API represents a frame of a video.