codecs

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package codecs contains codec definitions and utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec interface{}

Codec is a codec.

type H264

type H264 struct {
	SPS []byte
	PPS []byte
}

H264 is a H264 codec.

type H265

type H265 struct {
	VPS []byte
	SPS []byte
	PPS []byte
}

H265 is a H265 codec.

type MPEG4Audio

type MPEG4Audio struct {
	mpeg4audio.Config
}

MPEG4Audio is a MPEG4-audio codec.

type Opus

type Opus struct {
	IsStereo bool
}

Opus is an Opus codec.

Directories

Path Synopsis
Package h264 contains utilities to work with the H264 codec.
Package h264 contains utilities to work with the H264 codec.
Package h265 contains utilities to work with the H265 codec.
Package h265 contains utilities to work with the H265 codec.
Package jpeg contains JPEG/JFIF markers.
Package jpeg contains JPEG/JFIF markers.
Package mpeg4audio contains utilities to work with MPEG-4 audio codecs.
Package mpeg4audio contains utilities to work with MPEG-4 audio codecs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL