Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/samples/playrtp/
H A Dmain.h49 PDECLARE_NOTIFIER(OpalMediaCommand, PlayRTP, OnTranscoderCommand);
H A Dmain.cxx468 m_transcoder->SetCommandNotifier(PCREATE_NOTIFIER(OnTranscoderCommand)); in Play()
706 void PlayRTP::OnTranscoderCommand(OpalMediaCommand & command, INT /*extra*/) in OnTranscoderCommand() function in PlayRTP
/dports/net/opal/opal-3.10.10/samples/codectest/
H A Dmain.h93 PDECLARE_NOTIFIER(OpalMediaCommand, TranscoderThread, OnTranscoderCommand);
H A Dmain.cxx779 void TranscoderThread::OnTranscoderCommand(OpalMediaCommand & cmd, INT) in OnTranscoderCommand() function in TranscoderThread