Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvMediaType ¶
type AvMediaType int
const ( AvMediaTypeUnknown AvMediaType = 0 AvMediaTypeG711U AvMediaType = 1 // g711u AvMediaTypeG711A AvMediaType = 2 // g711a AvMediaTypeAac AvMediaType = 3 // aac AvMediaTypeOpus AvMediaType = 4 // opus AvMediaTypeH264 AvMediaType = 20 // h264 AvMediaTypeH265 AvMediaType = 22 // h265 AvMediaTypeVP8 AvMediaType = 23 // vp8 )
func (AvMediaType) ReadableString ¶
func (a AvMediaType) ReadableString() string
Click to show internal directories.
Click to hide internal directories.