Mp4ReaderGetNextHintFrame Method |
Retrieves the next RTP frame from a hint trackInfo.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic RtpFrame GetNextHintFrame(
TrackInfo track
)
Public Function GetNextHintFrame (
track As TrackInfo
) As RtpFrame
public:
RtpFrame^ GetNextHintFrame(
TrackInfo^ track
)
member GetNextHintFrame :
track : TrackInfo -> RtpFrame
Parameters
- track
- Type: StreamCodersTrackInfo
A valid hint trackInfo.
Return Value
Type:
RtpFrame
An RtpFrame object, otherwise null.
See Also