Uses of Class
org.teamapps.ux.component.webrtc.apiclient.MediaKind
-
Packages that use MediaKind Package Description org.teamapps.ux.component.webrtc.apiclient -
-
Uses of MediaKind in org.teamapps.ux.component.webrtc.apiclient
Methods in org.teamapps.ux.component.webrtc.apiclient that return MediaKind Modifier and Type Method Description static MediaKindMediaKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MediaKind[]MediaKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.webrtc.apiclient that return types with arguments of type MediaKind Modifier and Type Method Description java.util.Set<MediaKind>KindsOptionsData. getKinds()java.util.Set<MediaKind>StreamAndKinds. getKinds()java.util.Set<MediaKind>StreamFileRequest. getKinds()Method parameters in org.teamapps.ux.component.webrtc.apiclient with type arguments of type MediaKind Modifier and Type Method Description static StreamFileRequestBuilderStreamFileRequest. builder(java.lang.String streamUuid, java.util.Set<MediaKind> kinds, java.lang.String filePath, boolean relativePath)voidKindsOptionsData. setKinds(java.util.Set<MediaKind> kinds)StreamFileRequestBuilderStreamFileRequestBuilder. setKinds(java.util.Set<MediaKind> kinds)java.util.concurrent.CompletableFuture<java.lang.Void>MediaSoupV3ApiClient. startRecording(int workerId, java.lang.String streamUuid, java.util.Set<MediaKind> kinds)java.util.concurrent.CompletableFuture<java.lang.Void>MediaSoupV3RestClient. startRecording(int workerId, java.lang.String streamUuid, java.util.Set<MediaKind> kinds)Constructor parameters in org.teamapps.ux.component.webrtc.apiclient with type arguments of type MediaKind Constructor Description KindsOptionsData(java.util.Set<MediaKind> kinds, int width, int height)StreamAndKinds(java.lang.String streamUuid, java.util.Set<MediaKind> kinds)StreamFileRequest(java.lang.String streamUuid, java.util.Set<MediaKind> kinds, java.lang.String filePath, boolean relativePath, boolean restartOnExit, java.lang.Integer videoBitrate, java.lang.Integer width, java.lang.Integer height, java.lang.Float frameRate, java.lang.Integer audioSampleRate, java.lang.Integer audioChannels, java.lang.String[] additionalInputOptions)Deprecated.StreamFileRequestBuilder(java.lang.String streamUuid, java.util.Set<MediaKind> kinds, java.lang.String filePath, boolean relativePath)
-