CircularBufferStreamAdvance Method |
Advances the buffer, discarding bytes
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void Advance(
int count
)
Public Sub Advance (
count As Integer
)
public:
void Advance(
int count
)
member Advance :
count : int -> unit
Parameters
- count
- Type: SystemInt32
Bytes to advance
See Also