[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: KvTv.DirectShow
Assembly:   KvTv.DirectShow (in KvTv.DirectShow.dll)

Syntax

Visual Basic (Declaration)
Public Property Format As Byte()
C#
public byte[] Format { get; set; }
Visual C++
public:
property array<unsigned char>^ Format {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}