Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic 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 Byte
-
- outputSize Int32
-
Return Value
Int32
See Also