AudioClientCurrentPadding Property |
Gets the number of frames of padding in the endpoint buffer. Requires initialization.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int CurrentPadding { get; }
Public ReadOnly Property CurrentPadding As Integer
Get
public:
property int CurrentPadding {
int get ();
}
member CurrentPadding : int with get
Property Value
Type:
Int32
See Also