| 
            
              WaveFormatChunkExtraParameters Property
             | 
          
        
        
            Gets or sets any extra parameters defined in the format header of the 
WaveFile.
            
 
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.258-beta
Syntaxpublic byte[] ExtraParameters { get; set; }Public Property ExtraParameters As Byte()
	Get
	Set
public:
property array<unsigned char>^ ExtraParameters {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}member ExtraParameters : byte[] with get, set
function get_ExtraParameters();
function set_ExtraParameters(value);
 View SourceProperty Value
Byte
Remarks
See Also