Uses of Enum Class
org.teamapps.ux.component.webrtc.apiclient.MediaKind
Packages that use MediaKind
-
Uses of MediaKind in org.teamapps.ux.component.webrtc.apiclient
Methods in org.teamapps.ux.component.webrtc.apiclient that return MediaKindModifier and TypeMethodDescriptionstatic MediaKindReturns the enum constant of this class with the specified name.static MediaKind[]MediaKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.component.webrtc.apiclient that return types with arguments of type MediaKindModifier and TypeMethodDescriptionKindsOptionsData.getKinds()StreamAndKinds.getKinds()StreamFileRequest.getKinds()Method parameters in org.teamapps.ux.component.webrtc.apiclient with type arguments of type MediaKindModifier and TypeMethodDescriptionstatic StreamFileRequestBuilderStreamFileRequest.builder(String streamUuid, Set<MediaKind> kinds, String filePath, boolean relativePath) voidMediaSoupV3ApiClient.startRecording(int workerId, String streamUuid, Set<MediaKind> kinds) MediaSoupV3RestClient.startRecording(int workerId, String streamUuid, Set<MediaKind> kinds) Constructor parameters in org.teamapps.ux.component.webrtc.apiclient with type arguments of type MediaKindModifierConstructorDescriptionKindsOptionsData(Set<MediaKind> kinds, int width, int height) StreamAndKinds(String streamUuid, Set<MediaKind> kinds) StreamFileRequest(String streamUuid, Set<MediaKind> kinds, String filePath, boolean relativePath, boolean restartOnExit, Integer videoBitrate, Integer width, Integer height, Float frameRate, Integer audioSampleRate, Integer audioChannels, String[] additionalInputOptions) Deprecated.StreamFileRequestBuilder(String streamUuid, Set<MediaKind> kinds, String filePath, boolean relativePath)
StreamFileRequest.builder(String, Set, String, boolean)instead.