Home
last modified time | relevance | path

Searched refs:castControlCommand (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp70 void HwCastStreamPlayer::SendControlCommand(const AVCastControlCommand castControlCommand) in SendControlCommand() argument
72 int32_t commandNum = castControlCommand.GetCommand(); in SendControlCommand()
86 switch (castControlCommand.GetCommand()) { in SendControlCommand()
103 SendControlCommandWithParams(castControlCommand); in SendControlCommand()
108 void HwCastStreamPlayer::SendControlCommandWithParams(const AVCastControlCommand castControlCommand) in SendControlCommandWithParams() argument
112 switch (castControlCommand.GetCommand()) { in SendControlCommandWithParams()
114 castControlCommand.GetForwardTime(timeParam); in SendControlCommandWithParams()
118 castControlCommand.GetRewindTime(timeParam); in SendControlCommandWithParams()
122 castControlCommand.GetSeekTime(timeParam); in SendControlCommandWithParams()
127 castControlCommand in SendControlCommandWithParams()
[all...]
H A Dhw_cast_stream_player.h37 void SendControlCommand(const AVCastControlCommand castControlCommand) override;
68 void SendControlCommandWithParams(const AVCastControlCommand castControlCommand);

Completed in 2 milliseconds