An audio source that raises nothing. More...
Public Member Functions | |
void | generateAndProcessPcmFrame () |
Generates and processes a 20ms PCM frame. More... | |
void | generateAndProcessPcmFrame (int duration) |
Generates and processes a PCM frame. More... | |
String | getInputRtpStreamId () |
Gets the input RTP stream identifier. More... | |
long | getInputSynchronizationSource () |
Gets the input synchronization source. More... | |
String | getLabel () |
Gets a label that identifies this class. More... | |
NullAudioSource (fm.liveswitch.AudioFormat outputFormat) | |
Initializes a new fm.liveswitch.NullAudioSource. More... | |
void | processControlFrameResponse (fm.liveswitch.MediaControlFrame controlFrameResponse) |
Processes a control frame response by raising it. More... | |
void | processControlFrameResponses (fm.liveswitch.MediaControlFrame[] controlFrameResponses) |
Processes control frame responses by raising them. More... | |
void | processFrame (fm.liveswitch.AudioFrame frame) |
Processes a frame by raising it. More... | |
void | setInputRtpStreamId (String value) |
Sets the input RTP stream identifier. More... | |
void | setInputSynchronizationSource (long value) |
Sets the input synchronization source. More... | |
void | updateCanChangeBitrate (boolean canChangeBitrate) |
Sets whether this source can change the output bitrate. More... | |
void | updateCanPauseBitrate (boolean canPauseBitrate) |
Sets whether this source can pause the output bitrate. More... | |
void | updateMaxOutputBitrate (int maxOutputBitrate) |
Sets the maximum allowed output bitrate, in kbps. More... | |
void | updateMaxOutputEncoding (fm.liveswitch.EncodingInfo maxOutputEncoding) |
Sets the maximum allowed output encoding. More... | |
void | updateMinOutputBitrate (int minOutputBitrate) |
Sets the minimum allowed output bitrate, in kbps. More... | |
void | updateMinOutputEncoding (fm.liveswitch.EncodingInfo minOutputEncoding) |
Sets the minimum allowed output encoding. More... | |
void | updateOutputSynchronizable (boolean outputSynchronizable) |
Sets whether output is synchronizable. More... | |
void | updateSystemDelay (long systemDelay) |
Sets the system delay in ticks. More... | |
void | updateTargetOutputBitrate (int targetOutputBitrate) |
Sets the target output bitrate, in kbps. More... | |
void | updateTargetOutputEncoding (fm.liveswitch.EncodingInfo targetOutputEncoding) |
Sets the target output encoding. More... | |
Public Member Functions inherited from fm.liveswitch.AudioSource | |
AudioSource (fm.liveswitch.AudioFormat outputFormat) | |
Initializes a new instance of the fm.liveswitch.AudioSource class. More... | |
AudioSource (fm.liveswitch.AudioFormat outputFormat, int frameDuration) | |
Initializes a new instance of the fm.liveswitch.AudioSource class. More... | |
int | calculateDuration (int dataLength) |
Calculates the duration of an audio chunk given its data length (the number of bytes) and assuming that the clock rate and channel count match the output format. More... | |
int | calculateDurationFloat (int dataLength) |
Calculates the duration of an audio chunk given its data length (the number of bytes) and assuming that the clock rate and channel count match the output format. More... | |
fm.liveswitch.AudioConfig | getConfig () |
Gets the output configuration. More... | |
boolean | getDisableTimestampReset () |
Gets whether the timestamp should be reset using the wall clock after fm.liveswitch.AudioSource#getTimestampResetInterval milliseconds elapse between frames. More... | |
boolean | getForceTimestampReset () |
Gets whether the timestamp should be reset before the next frame is processed. More... | |
int | getFrameDuration () |
Gets the frame duration in milliseconds. More... | |
int | getTimestampResetInterval () |
Gets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock. More... | |
double | getVolume () |
Gets a value indicating the volume (output resistance) of this source. More... | |
void | setDisableTimestampReset (boolean value) |
Sets whether the timestamp should be reset using the wall clock after fm.liveswitch.AudioSource#getTimestampResetInterval milliseconds elapse between frames. More... | |
void | setForceTimestampReset (boolean value) |
Sets whether the timestamp should be reset before the next frame is processed. More... | |
void | setTimestampResetInterval (int value) |
Sets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock. More... | |
void | setVolume (double value) |
Sets a value indicating the volume (output resistance) of this source. More... | |
Public Member Functions inherited from fm.liveswitch.MediaSourceBase | |
String | getExternalId () |
Gets the external identifier. More... | |
String | getId () |
Gets the identifier. More... | |
String | getTag () |
Gets optional data to associate with this instance. More... | |
void | setExternalId (String value) |
Sets the external identifier. More... | |
void | setTag (String value) |
Sets optional data to associate with this instance. More... | |
abstract fm.liveswitch.Future< Object > | start () |
Starts this instance. More... | |
abstract fm.liveswitch.Future< Object > | stop () |
Stops this instance. More... | |
Public Member Functions inherited from fm.liveswitch.Dynamic | |
java.util.HashMap< String, Object > | getDynamicProperties () |
Gets all dynamic properties on this instance. More... | |
Object | getDynamicValue (String key) |
Gets a property value from the local cache. More... | |
void | setDynamicValue (String key, Object value) |
Sets a property value in the local cache. More... | |
boolean | unsetDynamicValue (String key) |
Removes a property value from the local cache. More... | |
Public Member Functions inherited from fm.liveswitch.IElement | |
abstract String | getExternalId () |
Gets the external identifier. More... | |
abstract String | getId () |
Gets the identifier. More... | |
abstract String | getPipelineJson () |
Gets the pipeline JSON with this as the central point. More... | |
abstract void | setExternalId (String value) |
Sets the external identifier. More... | |
Public Member Functions inherited from fm.liveswitch.IMediaElement | |
abstract boolean | destroy () |
Destroys this instance. More... | |
abstract boolean | getDeactivated () |
Gets a value indicating whether this instance is deactivated. More... | |
abstract boolean | getDisabled () |
Gets a value indicating whether this instance is disabled. More... | |
abstract boolean | getMuted () |
Gets a value indicating whether this instance is muted. More... | |
abstract boolean | getPaused () |
Gets a value indicating whether this instance is paused. More... | |
abstract boolean | getPersistent () |
Gets a value indicating whether this instance is persistent. More... | |
abstract void | setDeactivated (boolean value) |
Sets a value indicating whether this instance is deactivated. More... | |
abstract void | setMuted (boolean value) |
Sets a value indicating whether this instance is muted. More... | |
Protected Member Functions | |
void | doDestroy () |
Destroys this instance. More... | |
fm.liveswitch.Future< Object > | doStart () |
Starts the source. More... | |
fm.liveswitch.Future< Object > | doStop () |
Stops the source. More... | |
boolean | getCanChangeBitrate () |
Gets whether this source can change the output bitrate. More... | |
boolean | getCanPauseBitrate () |
Gets whether this source can pause the output bitrate. More... | |
Protected Member Functions inherited from fm.liveswitch.AudioSource | |
fm.liveswitch.IAudioInputCollection | createInputCollection (fm.liveswitch.IAudioOutput output) |
Creates an input collection. More... | |
void | raiseFrame (fm.liveswitch.AudioFrame frame) |
Raises a frame. More... | |
boolean | trySetSystemTimestamp (fm.liveswitch.AudioFrame frame) |
Tries to set the system timestamp on an audio frame. More... | |
boolean | trySetTimestamp (fm.liveswitch.AudioFrame frame) |
Tries to set the timestamp on an audio frame. More... | |
Protected Member Functions inherited from fm.liveswitch.MediaSourceBase | |
MediaSourceBase () | |
Protected Member Functions inherited from fm.liveswitch.Dynamic | |
Dynamic () | |
Protected Member Functions inherited from fm.liveswitch.Serializable | |
boolean | getIsDirty () |
Gets a value indicating whether this instance is dirty. More... | |
Serializable () | |
Initializes a new instance of the fm.liveswitch.Serializable class. More... | |
void | setIsDirty (boolean value) |
Sets a value indicating whether this instance is dirty. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fm.liveswitch.AudioSource | |
static int | calculateDuration (int dataLength, int clockRate, int channelCount) |
Calculates the duration of an audio chunk given its data length (the number of bytes), clock rate, and channel count. More... | |
static int | calculateDuration (int dataLength, fm.liveswitch.AudioConfig config) |
Calculates the duration of an audio chunk given its data length (the number of bytes), clock rate, and channel count. More... | |
static int | calculateDurationFloat (int dataLength, int clockRate, int channelCount) |
Calculates the duration of an audio chunk given its data length (the number of bytes), clock rate, and channel count. More... | |
An audio source that raises nothing.
fm.liveswitch.NullAudioSource.NullAudioSource | ( | fm.liveswitch.AudioFormat | outputFormat | ) |
Initializes a new fm.liveswitch.NullAudioSource.
outputFormat | The output format. |
|
protected |
Destroys this instance.
Reimplemented from fm.liveswitch.AudioSource.
|
protected |
Starts the source.
|
protected |
Stops the source.
void fm.liveswitch.NullAudioSource.generateAndProcessPcmFrame | ( | ) |
Generates and processes a 20ms PCM frame.
void fm.liveswitch.NullAudioSource.generateAndProcessPcmFrame | ( | int | duration | ) |
Generates and processes a PCM frame.
duration | The duration. |
|
protected |
Gets whether this source can change the output bitrate.
|
protected |
Gets whether this source can pause the output bitrate.
String fm.liveswitch.NullAudioSource.getInputRtpStreamId | ( | ) |
Gets the input RTP stream identifier.
long fm.liveswitch.NullAudioSource.getInputSynchronizationSource | ( | ) |
Gets the input synchronization source.
String fm.liveswitch.NullAudioSource.getLabel | ( | ) |
Gets a label that identifies this class.
Implements fm.liveswitch.IMediaElement.
void fm.liveswitch.NullAudioSource.processControlFrameResponse | ( | fm.liveswitch.MediaControlFrame | controlFrameResponse | ) |
Processes a control frame response by raising it.
controlFrameResponse | The control frame response. |
void fm.liveswitch.NullAudioSource.processControlFrameResponses | ( | fm.liveswitch.MediaControlFrame[] | controlFrameResponses | ) |
Processes control frame responses by raising them.
controlFrameResponses | The control frame responses. |
void fm.liveswitch.NullAudioSource.processFrame | ( | fm.liveswitch.AudioFrame | frame | ) |
Processes a frame by raising it.
frame | The frame. |
void fm.liveswitch.NullAudioSource.setInputRtpStreamId | ( | String | value | ) |
Sets the input RTP stream identifier.
void fm.liveswitch.NullAudioSource.setInputSynchronizationSource | ( | long | value | ) |
Sets the input synchronization source.
void fm.liveswitch.NullAudioSource.updateCanChangeBitrate | ( | boolean | canChangeBitrate | ) |
Sets whether this source can change the output bitrate.
canChangeBitrate | Whether this source can change the output bitrate. |
void fm.liveswitch.NullAudioSource.updateCanPauseBitrate | ( | boolean | canPauseBitrate | ) |
Sets whether this source can pause the output bitrate.
canPauseBitrate | Whether this source can pause the output bitrate. |
void fm.liveswitch.NullAudioSource.updateMaxOutputBitrate | ( | int | maxOutputBitrate | ) |
Sets the maximum allowed output bitrate, in kbps.
A value of -1 indicates unset (no maximum).
maxOutputBitrate | The maximum allowed output bitrate, in kbps. |
void fm.liveswitch.NullAudioSource.updateMaxOutputEncoding | ( | fm.liveswitch.EncodingInfo | maxOutputEncoding | ) |
Sets the maximum allowed output encoding.
A value of null indicates unset (no maximum).
maxOutputEncoding | The maximum allowed output encoding. |
void fm.liveswitch.NullAudioSource.updateMinOutputBitrate | ( | int | minOutputBitrate | ) |
Sets the minimum allowed output bitrate, in kbps.
A value of -1 indicates unset (no minimum).
minOutputBitrate | The minimum allowed output bitrate, in kbps. |
void fm.liveswitch.NullAudioSource.updateMinOutputEncoding | ( | fm.liveswitch.EncodingInfo | minOutputEncoding | ) |
Sets the minimum allowed output encoding.
A value of null indicates unset (no minimum).
minOutputEncoding | The minimum allowed output encoding. |
void fm.liveswitch.NullAudioSource.updateOutputSynchronizable | ( | boolean | outputSynchronizable | ) |
Sets whether output is synchronizable.
outputSynchronizable | Whether output is synchronizable. |
void fm.liveswitch.NullAudioSource.updateSystemDelay | ( | long | systemDelay | ) |
Sets the system delay in ticks.
systemDelay | The system delay. |
void fm.liveswitch.NullAudioSource.updateTargetOutputBitrate | ( | int | targetOutputBitrate | ) |
Sets the target output bitrate, in kbps.
A value of -1 indicates unset (no target).
targetOutputBitrate | The target output bitrate, in kbps. |
void fm.liveswitch.NullAudioSource.updateTargetOutputEncoding | ( | fm.liveswitch.EncodingInfo | targetOutputEncoding | ) |
Sets the target output encoding.
A value of null indicates unset (no target).
targetOutputEncoding | The target output encoding. |