[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 MajorType As Guid
C#
public Guid MajorType { get; set; }
Visual C++
public:
property Guid MajorType {
	Guid get ();
	void set (Guid value);
}