Uses of Class
dev.onvoid.webrtc.media.MediaSource.State
-
Packages that use MediaSource.State Package Description dev.onvoid.webrtc.media -
-
Uses of MediaSource.State in dev.onvoid.webrtc.media
Methods in dev.onvoid.webrtc.media that return MediaSource.State Modifier and Type Method Description MediaSource.StateMediaSource. getState()static MediaSource.StateMediaSource.State. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaSource.State[]MediaSource.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-