Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace > MediaType Class : SetVideoFormatData Method |
public void SetVideoFormatData( VideoInfoHeader vih, RGBQUAD[] palette, int paletteCount )
'Declaration
Public Sub SetVideoFormatData( _ ByVal vih As VideoInfoHeader, _ ByVal palette() As RGBQUAD, _ ByVal paletteCount As Integer _ )
'Usage
Dim instance As MediaType Dim vih As VideoInfoHeader Dim palette() As RGBQUAD Dim paletteCount As Integer instance.SetVideoFormatData(vih, palette, paletteCount)
public: void SetVideoFormatData( VideoInfoHeader vih, array<RGBQUAD>^ palette, int paletteCount )