| DmoMediaBufferRetrieveData Method  | 
            Retrieves the data in the output buffer
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: SystemByte
buffer to retrieve into - offset
 - Type: SystemInt32
offset within that buffer 
See Also