PlayoutBufferSetPresentationTime Method |
Sets a presentation time.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void SetPresentationTime(
RtpFrame frame
)
Public Sub SetPresentationTime (
frame As RtpFrame
)
public:
void SetPresentationTime(
RtpFrame^ frame
)
member SetPresentationTime :
frame : RtpFrame -> unit
Parameters
- frame
- Type: StreamCoders.RtpRtpFrame
The frame.
See Also