RootBoxGetRtpSample Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic RtpFrame GetRtpSample(
int track,
int timeScale
)
Public Function GetRtpSample (
track As Integer,
timeScale As Integer
) As RtpFrame
public:
RtpFrame^ GetRtpSample(
int track,
int timeScale
)
member GetRtpSample :
track : int *
timeScale : int -> RtpFrame
Parameters
- track
- Type: SystemInt32
- timeScale
- Type: SystemInt32
Return Value
Type:
RtpFrame
See Also