public interface CastController
Modifier and Type | Interface and Description |
---|---|
static interface |
CastController.Callback |
static class |
CastController.CastDevice |
Modifier and Type | Method and Description |
---|---|
void |
addCallback(CastController.Callback callback) |
Set<CastController.CastDevice> |
getCastDevices() |
void |
removeCallback(CastController.Callback callback) |
void |
setCurrentUserId(int currentUserId) |
void |
setDiscovering(boolean request) |
void |
startCasting(CastController.CastDevice device) |
void |
stopCasting(CastController.CastDevice device) |
void addCallback(CastController.Callback callback)
void removeCallback(CastController.Callback callback)
void setDiscovering(boolean request)
void setCurrentUserId(int currentUserId)
Set<CastController.CastDevice> getCastDevices()
void startCasting(CastController.CastDevice device)
void stopCasting(CastController.CastDevice device)