Creates a new instance of VideoData

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

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