ImsStreamMediaSessionpublic class ImsStreamMediaSession extends Object Provides the APIs to control the media session, such as passing the surface object,
controlling the camera (front/rear selection, zoom, brightness, ...) for a video calling. |
Fields Summary |
---|
private static final String | TAG | private Listener | mListener |
Methods Summary |
---|
public void | setListener(com.android.ims.internal.ImsStreamMediaSession$Listener listener)Sets the listener to listen to the media session events. A {@code ImsStreamMediaSession}
can only hold one listener at a time. Subsequent calls to this method
override the previous listener.
mListener = listener;
|
|