public interface IMediaBuffer
| Modifier and Type | Method and Description |
|---|---|
int |
GetLength() |
int |
GetMaxLength() |
int |
pop(byte[] buffer,
int offset,
int length) |
int |
push(byte[] buffer,
int offset,
int length) |
int |
Release() |
void |
SetLength(int length) |
int GetLength()
throws IOException
IOExceptionint GetMaxLength()
throws IOException
IOExceptionint pop(byte[] buffer,
int offset,
int length)
throws IOException
IOExceptionint push(byte[] buffer,
int offset,
int length)
throws IOException
IOExceptionint Release()
void SetLength(int length)
throws IOException
IOExceptionCopyright © 2022 jitsi.org. All rights reserved.