| AVReaderGetNextVideoData Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic byte[] GetNextVideoData(
	out double timeStamp
)
Public Function GetNextVideoData ( 
	<OutAttribute> ByRef timeStamp As Double
) As Byte()
public:
array<unsigned char>^ GetNextVideoData(
	[OutAttribute] double% timeStamp
)
member GetNextVideoData : 
        timeStamp : float byref -> byte[] 
Parameters
- timeStamp
 - Type: SystemDouble
 
Return Value
Type: 
Byte
See Also