DmoOutputDataBufferRetrieveData Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemByte
- offset
- Type: SystemInt32
See Also