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 Coherent Acoustics audio codec DTS // AC3 is a tag for the Dolby Digital AC3 audio codec AC3 // Extended is a tag for extended versions of the theatrical release Extended )
Click to show internal directories.
Click to hide internal directories.