Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type H264VideoLooper ¶
type H264VideoLooper struct { lksdk.BaseSampleProvider // contains filtered or unexported fields }
func ButterflyLooper ¶
func ButterflyLooper(height int) (*H264VideoLooper, error)
func ButterflyLooperForBitrate ¶
func ButterflyLooperForBitrate(bitrate uint32) (*H264VideoLooper, error)
func NewH264VideoLooper ¶
func NewH264VideoLooper(input io.Reader, spec *videoSpec) (*H264VideoLooper, error)
func (*H264VideoLooper) Codec ¶
func (l *H264VideoLooper) Codec() webrtc.RTPCodecCapability
func (*H264VideoLooper) NextSample ¶
func (l *H264VideoLooper) NextSample() (media.Sample, error)
func (*H264VideoLooper) ToLayer ¶
func (l *H264VideoLooper) ToLayer(quality livekit.VideoQuality) *livekit.VideoLayer
Click to show internal directories.
Click to hide internal directories.