PlayoutBuffer Constructor |
Constructor.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public PlayoutBuffer(
double clockResolution
)
Public Sub New (
clockResolution As Double
)
public:
PlayoutBuffer(
double clockResolution
)
new :
clockResolution : float -> PlayoutBuffer
Parameters
- clockResolution
- Type: SystemDouble
The clock resolution.
See Also