AudioTrackSink Class |
Namespace: FM.IceLink.Android
The AudioTrackSink type exposes the following members.
Name | Description | |
---|---|---|
AudioTrackSink(AudioConfig) |
Initializes a new instance of the AudioTrackSink class.
| |
AudioTrackSink(IAudioOutput) |
Initializes a new instance of the AudioTrackSink class.
| |
AudioTrackSink(IAudioOutput) |
Initializes a new instance of the AudioTrackSink class.
|
Name | Description | |
---|---|---|
AudioStreamType |
Gets or Sets the desired audio stream type (AudioManager.STREAM_*).
Defaults to AudioManager.STREAM_MUSIC.
| |
Config |
Gets the input configuration.
(Inherited from AudioSink.) | |
Disabled |
Gets or sets a value indicating whether this sink is disabled.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Gain |
Gets or sets a value indicating the gain
(input amplification) of this sink.
Any value greater than or equal to 0.0
is acceptable.
(Inherited from AudioSink.) | |
Id |
Gets or sets the identifier.
(Inherited from MediaSinkBase.) | |
Input |
Gets or sets the input.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
InputFormat |
Gets the input format.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Inputs |
Gets or sets the inputs.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Label |
Gets a label that identifies this class.
(Overrides MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormatLabel.) | |
MaxInputBitrate |
Gets the bitrate supported by this sink, in Kbps. -1 if unknown.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Muted |
Gets or sets a value indicating whether this instance is muted.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Output |
Gets or sets the current output.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Persistent |
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 MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
PipelineJson |
Gets the pipeline JSON with this as the central point.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
PipelineJsonFromInput |
Gets the pipeline JSON from an input.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
ProcessFramePolicy |
Gets or sets the ProcessFramePolicy for this media input.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
State |
Gets the state.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Tag |
Gets or sets an optional tag to identify this instance.
(Inherited from MediaSinkBase.) |
Name | Description | |
---|---|---|
OnDisabledChange |
Raised when Disabled is changed.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
OnProcessFrame |
Raised when a frame is processed.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
OnProcessFrameException |
Raised when an exception is thrown while processing a frame.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
OnRaiseControlFrames |
Raised when control frames are raised.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) | |
OnStateChange |
Raised when the state changes.
(Inherited from MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat.) |