Documentation
¶
Index ¶
- func NewAAC(api *bitmovin.BitmovinApi, bitrate string) (string, error)
- func NewAV1(api *bitmovin.BitmovinApi, preset db.Preset) (string, error)
- func NewH264(api *bitmovin.BitmovinApi, preset db.Preset) (string, error)
- func NewH265(api *bitmovin.BitmovinApi, preset db.Preset) (string, error)
- func NewOpus(api *bitmovin.BitmovinApi, bitrate string) (string, error)
- func NewVP8(api *bitmovin.BitmovinApi, preset db.Preset) (string, error)
- func NewVorbis(api *bitmovin.BitmovinApi, bitrate string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAAC ¶
func NewAAC(api *bitmovin.BitmovinApi, bitrate string) (string, error)
NewAAC creates an AAC codec configuration and returns its ID
func NewOpus ¶
func NewOpus(api *bitmovin.BitmovinApi, bitrate string) (string, error)
NewOpus creates an Opus codec configuration and returns its ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.