Creates a new instance of VideoData

C# | Visual Basic | Visual C++ |
public VideoData( VideoFormat format, byte[] data, double timeStamp = 0 )
Public Sub New ( format As VideoFormat, data As Byte(), Optional timeStamp As Double = 0 )
public: VideoData( VideoFormat^ format, array<unsigned char>^ data, double timeStamp = 0 )

- format (VideoFormat)
- The video format
- data (array<Byte>[]()[][])
- The video data information
- timeStamp (Double) (Optional)
- Time stamp in milliseconds for this chunk of video data.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649