JitterBufferTContainsFrame Method |
Checks whether a frame is already contained within the jitter.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool ContainsFrame(
int timestamp
)
Public Function ContainsFrame (
timestamp As Integer
) As Boolean
public:
bool ContainsFrame(
int timestamp
)
member ContainsFrame :
timestamp : int -> bool
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