Click or drag to resize

AudioRecordSource Class

An Android AudioRecord-based source.
Inheritance Hierarchy

Namespace:  FM.IceLink.Android
Assembly:  FM.IceLink.Android (in FM.IceLink.Android.dll) Version: 1.1.2.607 (1.1.2.607)

The AudioRecordSource type exposes the following members.

Constructors
  NameDescription
Public methodAudioRecordSource
Initializes a new instance of the AudioRecordSource class.
Top
Properties
  NameDescription
Public propertyAudioSource
Gets or sets the desired audio source (MediaRecorder.AudioSource). Defaults to MediaRecorder.AudioSource.MIC due to compatibility issues on some devices.
Public propertyClockRate
Gets the clock rate in Hz.
(Inherited from AudioSource.)
Public propertyConfig
Gets the output configuration.
(Inherited from AudioSource.)
Public propertyDisabled
Gets a value indicating whether this source is disabled.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyDisableTimestampReset
Gets or sets whether the timestamp should be reset using the wall clock after TimestampResetInterval milliseconds elapse between frames.
(Inherited from AudioSource.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyForceTimestampReset
Gets or sets whether the timestamp should be reset before the next frame is processed.
(Inherited from AudioSource.)
Public propertyFrameDuration
Gets the frame duration in milliseconds. Defaults to 20.
(Inherited from AudioSource.)
Public propertyId
Gets or sets the identifier.
(Inherited from MediaSourceBase.)
Public propertyInput
Gets or sets the current input.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets a label that identifies this class.
(Overrides MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormatLabel.)
Public propertyMaxOutputBitrate
Gets the maximum supported output bitrate. -1 means infinite.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyOutput
Gets or sets the output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyOutputFormat
Gets the output format.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyOutputs
Gets or sets the outputs.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyPersistent
Gets or sets a value indicating whether this instance is persistent. If true, this instance will not be destroyed unless Destroy is called explicitly on this instance. It will survive destruction of any parent elements that are being destroyed.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyPipelineJson
Gets the pipeline JSON with this as the central point.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyPipelineJsonFromOutput
Gets the pipeline JSON from an output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyState
Gets the state.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertySynchronizationSource
Gets or sets the synchronization source.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from MediaSourceBase.)
Public propertyTimestampResetInterval
Gets or sets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock.
(Inherited from AudioSource.)
Public propertyUseAcousticEchoCanceler
Gets or sets whether or not the Android AcousticEchoCanceler should be used. Defaults to false.
Public propertyUseAutomaticGainControl
Gets or sets whether or not the Android AutomaticGainControl should be used. Defaults to true.
Public propertyUseNoiseSuppressor
Gets or sets whether or not the Android NoiseSuppressor should be used. Defaults to true.
Public propertyVolume
Gets or sets a value indicating the volume (output resistance) of this source. Valid value range is 0.0 to 1.0, inclusive.
(Inherited from AudioSource.)
Top
Methods
  NameDescription
Public methodStatic memberAddDeviceToVoiceCommunicationBlackList
Add device to voiceCommunicationBlackList.
Public methodAddOutput
Adds an output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodAddOutputs
Adds some outputs.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodCalculateDuration(Int32)
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.
(Inherited from AudioSource.)
Public methodCalculateDurationFloat(Int32)
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.
(Inherited from AudioSource.)
Public methodChangeInput
Changes the current input.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected methodCreateInputCollection
Creates an input collection.
(Inherited from AudioSource.)
Public methodDestroy
Destroys this instance.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected methodDoDestroy (Overrides MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormatDoDestroy.)
Protected methodDoProcessControlFrames
Processes the control frames.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected methodDoProcessSdpMediaDescription
Processes a local SDP media description.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected methodDoProcessStatsFromOutput
Processes stats from an output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected methodDoStart (Overrides MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormatDoStart.)
Protected methodDoStop (Overrides MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormatDoStop.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic membergetBufferDelay
Gets the length of the audio buffer in milliseconds.
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetFirSequenceNumber
Gets the FIR sequence number.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInputs
Gets the inputs.
(Overrides MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormatGetInputs.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberGetVoiceCommunicationBlackList
Get voiceCommunicationBlackList.
Public methodHasOutput
Determines whether this source has the specified output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodIncrementFirSequenceNumber
Increments the FIR sequence number.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodIsBluetoothHeadsetConnected
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessControlFrames
Processes the control frames.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodProcessGetMuteFromStream
Gets whether the stream is muted or not.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodProcessSdpMediaDescriptionFromOutput
Processes a local SDP media description from an output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodProcessSetMuteFromStream
Process a set mute call from a stream.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodProcessStatsFromOutput
Processes stats from an output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Protected methodRaiseFrame
Raises a frame.
(Inherited from AudioSource.)
Public methodStatic memberRemoveDeviceFromVoiceCommunicationBlackList
Remove device from voiceCommunicationBlackList.
Public methodRemoveOutput
Removes an output.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodRemoveOutputs
Removes all outputs.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodRemoveOutputs(TIInput)
Removes some outputs.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodRouteToBluetoothHeadset
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodStart
Starts this instance.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodStop
Stops this instance.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also