misc

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List []Tag

List is a list of miscellaneous tags

func (List) Has

func (l List) Has(t Tag) bool

Has returns true if tag t is in the list

type Tag

type Tag int

Tag is an enum representing miscellaneous media attributes

const (
	// Video3D is a tag for media which in in stereoscophic 3D format
	Video3D Tag = iota
	// HC is a tag for hard coded media
	HC
	// DTS is a tag for the DTS multichannel audio technology
	DTS
	// DolbyDigital is a tag for the DolbyDigital multichannel audio technology
	DolbyDigital
	// AC3 is a tag for the Dolby Digital AC3 audio codec
	AC3
	// Extended is a tag for extended versions of the theatrical release
	Extended
	// Surround5x1 is a tag for media supporting 5.1 surround sound
	Surround5x1
	// Surround7x1 is a tag for media supporting 7.1 surround sound
	Surround7x1
)

Jump to

Keyboard shortcuts

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