Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp71 void HwCastStreamPlayer::SendControlCommand(const AVCastControlCommand castControlCommand) in SendControlCommand() argument
73 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 …]
H A Dhw_cast_stream_player.h36 void SendControlCommand(const AVCastControlCommand castControlCommand) override;
67 void SendControlCommandWithParams(const AVCastControlCommand castControlCommand);