oRTP Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
void ortp_init (); |
Initialize the oRTP library. You should call this function first before using oRTP API.
void ortp_scheduler_init (); |
Initialize the oRTP scheduler. You only have to do that if you intend to use the scheduled mode of the RtpSession in your application.