Package co. daily. model. customtrack
Types
Link copied to clipboard
data class AudioFrameFormat(bitsPerSample: Int, sampleRateHz: Int, channelCount: Int)
Content copied to clipboard
Audio format information for a PCM buffer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = CustomTrackNameSerializer::class )
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CustomVideoSourceSurface(width: Int, height: Int) : CustomVideoSource
Content copied to clipboard
A video source for custom tracks, which uses an off-screen, hardware accelerated Surface for sending frames.
Link copied to clipboard
A video source for custom tracks which accepts frame data in a YUV 4:2:0 format.