Package-level declarations
Types
Functions
Link copied to clipboard
fun RawFrame.copy(rawBuffer: ByteBuffer = this.rawBuffer, timestampInUs: Long = this.timestampInUs, onClosed: (RawFrame) -> Unit = {}): RawFrame
Link copied to clipboard
fun RawFrame.deepCopy(bufferPool: IBufferPool<ByteBuffer>, timestampInUs: Long = this.timestampInUs, onClosed: (RawFrame) -> Unit = {}): RawFrame
Deep copy the RawFrame.rawBuffer into a new RawFrame.