| Package | Description |
|---|---|
| com.codename1.capture |
Package for capturing photos, audio or video from the camera/microphone.
|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| com.codename1.media |
Video and Audio playback support are handled within this package using the
Media & MediaManager APIs. |
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Class and Description |
|---|
| MediaRecorderBuilder
A builder class to generate a Media recorder with specific settings.
|
| Class and Description |
|---|
| Media
Media control interface allows for media playback, recording.
|
| MediaRecorderBuilder
A builder class to generate a Media recorder with specific settings.
|
| Class and Description |
|---|
| Media
Media control interface allows for media playback, recording.
|
| MediaRecorderBuilder
A builder class to generate a Media recorder with specific settings.
|
| Class and Description |
|---|
| AsyncMedia
An interface for media elements that provides asynchronous pause and play functionality
as well as support for state change events, so that interested parties can register
to be notified when state changes between play and pause.
|
| AsyncMedia.MediaErrorEvent
Encapsulates a media error event.
|
| AsyncMedia.MediaErrorType
Enum encapsulating the different types of media errors that can occur.
|
| AsyncMedia.MediaException
Encapsulates a media exception.
|
| AsyncMedia.MediaStateChangeEvent
Encapsulates a state-change event on a Media object.
|
| AsyncMedia.PauseRequest
An async resource used to track the progress of a pauseAsync() request.
|
| AsyncMedia.PlayRequest
An async resource used to track the progress of a playAsync() request.
|
| AsyncMedia.State
An enum to represent the state of a media object.
|
| AudioBuffer
This class can be used to capture raw PCM data from the device's microphone.
|
| AudioBuffer.AudioBufferCallback
A callback that can be registered to receive notifications when the contents of the
AudioBuffer is changed.
|
| Media
Media control interface allows for media playback, recording.
|
| MediaMetaData
MetaData for use by
RemoteControlListener to provide information about
the currently playing background media on the device's lock screen. |
| MediaRecorderBuilder
A builder class to generate a Media recorder with specific settings.
|
| RemoteControlListener
A base class that is meant to be overridden to implement functionality that
responds to the device's remote control for media playback.
|
| Class and Description |
|---|
| Media
Media control interface allows for media playback, recording.
|
| MediaRecorderBuilder
A builder class to generate a Media recorder with specific settings.
|
Copyright © 2023. All rights reserved.