Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedType = errors.New("unsupported type")
)
Functions ¶
This section is empty.
Types ¶
type EncodeHLSResponse ¶
type EncodeOpts ¶
type EncodeRequest ¶
type EncodeWAVResponse ¶
type Encoder ¶
type Encoder interface { HLS(context.Context, EncodeRequest) (EncodeHLSResponse, error) WAV(context.Context, EncodeRequest) (EncodeWAVResponse, error) }
Click to show internal directories.
Click to hide internal directories.