Flush encoder output
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int Flush(
byte[] output,
int outputSize
)
Public Function Flush (
output As Byte(),
outputSize As Integer
) As Integer
public:
int Flush(
array<unsigned char>^ output,
int outputSize
)
member Flush :
output : byte[] *
outputSize : int -> int
Parameters
- output
- Type: SystemByte
Buffer to write encoded data to - outputSize
- Type: SystemInt32
Size of buffer.
Return Value
Type:
Int32Number of bytes of encoded data written to output buffer.
See Also