Searched refs:castControlCommand (Results 1 – 2 of 2) sorted by relevance
71 void HwCastStreamPlayer::SendControlCommand(const AVCastControlCommand castControlCommand) in SendControlCommand() argument73 int32_t commandNum = castControlCommand.GetCommand(); in SendControlCommand()87 switch (castControlCommand.GetCommand()) { in SendControlCommand()104 SendControlCommandWithParams(castControlCommand); in SendControlCommand()113 switch (castControlCommand.GetCommand()) { in SendControlCommandWithParams()115 castControlCommand.GetForwardTime(timeParam); in SendControlCommandWithParams()119 castControlCommand.GetRewindTime(timeParam); in SendControlCommandWithParams()123 castControlCommand.GetSeekTime(timeParam); in SendControlCommandWithParams()128 castControlCommand.GetVolume(volume); in SendControlCommandWithParams()133 castControlCommand.GetSpeed(speed); in SendControlCommandWithParams()[all …]
36 void SendControlCommand(const AVCastControlCommand castControlCommand) override;67 void SendControlCommandWithParams(const AVCastControlCommand castControlCommand);