Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 )
Click to show internal directories.
Click to hide internal directories.