Home
last modified time | relevance | path

Searched refs:rtp_session_audio_timestamp (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.4.1/samples/
Ddemo_rtsp_over_rtp.c131 ULONG rtp_session_audio_timestamp; member
453 … client_ptr -> rtp_session_audio_timestamp, ntp_msw, ntp_lsw, NX_TRUE); in sample_entry()
459 client_ptr -> rtp_session_audio_timestamp += DEMO_RTP_AUDIO_SAMPLING_PERIOD; in sample_entry()
474 … client_ptr -> rtp_session_audio_timestamp, ntp_msw, ntp_lsw, NX_FALSE); in sample_entry()
482 … client_ptr -> rtp_session_audio_timestamp += (data_length / (DEMO_AUDIO_SAMPLE_SIZE / 8)); in sample_entry()
718 client_ptr -> rtp_session_audio_timestamp = (ULONG)NX_RAND(); in rtsp_setup_callback()
795 audio_rtptime = client_ptr -> rtp_session_audio_timestamp; in rtsp_play_callback()