Av1Packet

Created by pedro on 28/11/18.

AV1 has no RFC specification so we are using the official implementation from aomediacodec: https://aomediacodec.github.io/av1-rtp-spec/

AV1 Aggregation Header 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ |Z|Y| W |N|-|-|-| +-+-+-+-+-+-+-+-+

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun createAndSendPacket(byteBuffer: ByteBuffer, bufferInfo: MediaCodec.BufferInfo, callback: (List<RtpFrame>) -> Unit)
Link copied to clipboard
open override fun reset()
Link copied to clipboard
fun setPorts(rtpPort: Int, rtcpPort: Int)
Link copied to clipboard
fun setSSRC(ssrc: Long)