I have found code to add the Casting functionality of google Chromecast to my app, but I find certain imports
that do not work, among these:
import com.google.android.gms.cast.CastDevice;
import com.google.android.gms.cast.CastMediaControlIntent;
import com.google.android.gms.cast.CastRemoteDisplayLocalService;
import com.google.android.gms.common.api.Status;
Is there a library that should be downloaded?
In which case, where could I do it?