Click or drag to resize

AudioSink Methods

The AudioSink type exposes the following members.

Methods
  NameDescription
Public methodAddInput
Adds an input.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodAddInputs
Adds some inputs.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodChangeOutput
Changes the current output.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodCreateOutputCollection
Creates an output collection.
(Overrides MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.CreateOutputCollection(TIInput).)
Public methodDestroy
Destroys this instance.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoDestroy
Destroys this instance.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoProcessFrame
Processes a frame.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoProcessSdpMediaDescription
Processes a remote SDP media description.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoProcessStatsFromInput
Processes stats from an input.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetOutputs
Gets the available outputs.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodGetType (Inherited from Object.)
Public methodHasInput
Determines whether this pipe has the specified input.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessFrame
Processes a frame.
(Overrides MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.ProcessFrame(TFrame).)
Public methodProcessSdpMediaDescriptionFromInput
Processes a remote SDP media description from an output.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessStatsFromInput
Processes stats from an input.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodRaiseControlFrame
Raises a control frame.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodRaiseControlFrames
Raises some control frames.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveInput
Removes an input.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveInputs()
Removes all inputs.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveInputs(TIOutput[])
Removes some inputs.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaSink<TIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also