DmoMediaBufferRetrieveData Method |
Retrieves the data in the output buffer
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void RetrieveData(
byte[] data,
int offset
)
Public Sub RetrieveData (
data As Byte(),
offset As Integer
)
public:
void RetrieveData(
array<unsigned char>^ data,
int offset
)
member RetrieveData :
data : byte[] *
offset : int -> unit
Parameters
- data Byte
- buffer to retrieve into
- offset Int32
- offset within that buffer
See Also