[Missing <summary> documentation for "P:Ozeki.Media.Audio.Streams.WaveFileStream.Format"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public WaveFormat Format { get; protected set; } |
Visual Basic |
---|
Public Property Format As WaveFormat Get Protected Set |
Visual C++ |
---|
public: property WaveFormat^ Format { WaveFormat^ get (); protected: void set (WaveFormat^ value); } |