Click or drag to resize
JitterBufferTContainsFrame Method
Checks whether a frame is already contained within the jitter.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool ContainsFrame(
	int timestamp
)

Parameters

timestamp
Type: SystemInt32
Timestamp of frame to check for.

Return Value

Type: Boolean
Returns true if a frame is already contained, otherwise false.
See Also