Documentation
¶
Index ¶
- type CodecData
- func (self CodecData) ChannelLayout() av.ChannelLayout
- func (self CodecData) GetDirection() string
- func (self CodecData) GetIndex() int
- func (self CodecData) IsBackChannel() bool
- func (self CodecData) SampleFormat() av.SampleFormat
- func (self CodecData) SampleRate() int
- func (self CodecData) Type() av.CodecType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodecData ¶
type CodecData struct { CodecType_ av.CodecType SampleRate_ int SampleFormat_ av.SampleFormat ChannelLayout_ av.ChannelLayout Index int Direction string BackChannel bool }
func (CodecData) ChannelLayout ¶
func (self CodecData) ChannelLayout() av.ChannelLayout
func (CodecData) GetDirection ¶ added in v1.0.61
func (CodecData) IsBackChannel ¶ added in v1.0.61
func (CodecData) SampleFormat ¶
func (self CodecData) SampleFormat() av.SampleFormat
func (CodecData) SampleRate ¶
Click to show internal directories.
Click to hide internal directories.