CaptureDeviceMulticastProviderClientFramesReceived Property |
The number of times GetFrame was called with a successful return value.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public long FramesReceived { get; }
Public ReadOnly Property FramesReceived As Long
Get
public:
property long long FramesReceived {
long long get ();
}
member FramesReceived : int64 with get
Property Value
Type:
Int64
The frames received.
See Also