EchoCancellationConfigFrameSize Property |
The exact number of samples fed from applications at each run.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int FrameSize { get; set; }
Public Property FrameSize As Integer
Get
Set
public:
property int FrameSize {
int get ();
void set (int value);
}
member FrameSize : int with get, set
Property Value
Type:
Int32
The size of the input frame in samples.
See Also