AudioMixerMediaHandlerEnableBuffering Property |
Gets or sets a boolean value indicating whether the mixer drops old audio data packets. This can be set only before connecting the media handlers to it.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool EnableBuffering { get; set; }
Public Property EnableBuffering As Boolean
Get
Set
public:
property bool EnableBuffering {
bool get ();
void set (bool value);
}
member EnableBuffering : bool with get, set
Property Value
Type:
BooleanSee Also