| MPEG4WriterWriteH264VideoData Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic void WriteH264VideoData(
	byte[] data,
	double pts
)
Public Sub WriteH264VideoData ( 
	data As Byte(),
	pts As Double
)
public:
void WriteH264VideoData(
	array<unsigned char>^ data, 
	double pts
)
member WriteH264VideoData : 
        data : byte[] * 
        pts : float -> unit 
Parameters
- data
 - Type: SystemByte
 - pts
 - Type: SystemDouble
 
See Also