Click or drag to resize
Mp4ReaderGetNextHintFrame Method
Retrieves the next RTP frame from a hint trackInfo.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public RtpFrame GetNextHintFrame(
	TrackInfo track
)

Parameters

track
Type: StreamCodersTrackInfo
A valid hint trackInfo.

Return Value

Type: RtpFrame
An RtpFrame object, otherwise null.
See Also