WaveBufferSampleCount Property |
Returns total number of samples contained in the buffer based on the currently selected
WaveFormat.
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic int SampleCount { get; }
public:
property int SampleCount {
int get ();
}
Property Value
Type:
Int32
See Also