| AudioClientCurrentPadding Property  | 
            Gets the number of frames of padding in the endpoint buffer. Requires initialization.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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