| 
            
              WaveFormatExtensibleSubFormat Property
             | 
          
        
        
            Gets or sets Guid for sub-format type of extensible WaveFile.
            
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.258-beta
Syntaxpublic Guid SubFormat { get; set; }Public Property SubFormat As Guid
	Get
	Set
public:
property Guid SubFormat {
	Guid get ();
	void set (Guid value);
}member SubFormat : Guid with get, set
function get_SubFormat();
function set_SubFormat(value);
 View SourceProperty Value
Guid
See Also