Click or drag to resize

Packetizer Class

An H.264 packetizer.
Inheritance Hierarchy

Namespace:  FM.IceLink.H264
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Packetizer type exposes the following members.

Constructors
  NameDescription
Public methodPacketizer()
Initializes a new instance of the Packetizer class.
Public methodPacketizer(IVideoOutput)
Initializes a new instance of the Packetizer class.
Top
Properties
  NameDescription
Protected propertyAllowDiagnosticTimer
Gets whether this pipe is allowed to be timed.
(Inherited from VideoPacketizer.)
Public propertyDisabled
Gets a value indicating whether this pipe is disabled.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyFramesSent
Gets the number of sent frames.
(Inherited from VideoPacketizer.)
Public propertyStatic memberHeaderPadding
Gets the header padding.
Public propertyId
Gets or sets the identifier.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyInput
Gets or sets the input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyInputFormat
Gets the input format.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyInputs
Gets or sets the inputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, 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 MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.Label.)
Public propertyMaxInputBitrate
Gets the maximum supported bitrate.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyMaxOutputBitrate
Gets the maximum bitrate that all outputs can support.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyStatic memberMaxPacketSize
Gets the maximum packet size (affects packetization).
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyOutput
Gets or sets the output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyOutputFormat
Gets the output format.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyOutputs
Gets or sets the outputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyPacketizationMode
Gets or sets the Packetization Mode (only 1 currently supported).
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 MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyPipelineJson
Gets the pipeline JSON with this as the central point.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected propertyPipelineJsonBase
Gets the pipeline JSON base.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyPipelineJsonFromInput
Gets the pipeline JSON from an input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyPipelineJsonFromOutput
Gets the pipeline JSON from an output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected propertyPipelineJsonInputs
Gets the pipeline JSON inputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected propertyPipelineJsonOutputs
Gets the pipeline JSON outputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyProcessFramePolicy
Gets or sets the ProcessFramePolicy for this media input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertyState
Gets the state.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public propertySupportedPacketizationModes
Gets the supported packetization modes.
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Top
Methods
  NameDescription
Public methodAddInput
Adds an input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodAddInputs
Adds some inputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodAddOutput
Adds an output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodAddOutputs
Adds some outputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodCreateInputCollection
Creates an input collection.
(Inherited from VideoPipe.)
Protected methodCreateOutputCollection
Creates an output collection.
(Inherited from VideoPipe.)
Public methodDestroy
Destroys this instance.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoDestroy
Destroys this instance.
(Overrides MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.DoDestroy().)
Protected methodDoProcessControlFrames
Processes the control frames.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoProcessFrame
Processes a frame.
(Overrides MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.DoProcessFrame(TFrame, TBuffer).)
Protected methodDoProcessSdpMediaDescription
Processes an SDP media description.
(Overrides MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.DoProcessSdpMediaDescription(MediaDescription, Boolean, Boolean).)
Protected methodDoProcessStatsFromInput
Processes stats from an input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodDoProcessStatsFromOutput
Processes stats from an output.
(Inherited from VideoPacketizer.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetFirSequenceNumber
Gets the FIR sequence number.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasInput
Determines whether this pipe has the specified input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodHasOutput
Determines whether this pipe has the specified output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodIncrementFirSequenceNumber
Increments the FIR sequence number.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessControlFrames
Processes the control frames.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessFrame
Processes the frame.
(Inherited from VideoPacketizer.)
Public methodProcessGetMuteFromStream
Gets whether the stream is muted or not.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessSdpMediaDescriptionFromInput
Processes an SDP media description from an input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessSdpMediaDescriptionFromOutput
Processes an SDP media description from an output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessSetMuteFromStream
Process a set mute call from a stream.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessStatsFromInput
Processes stats from an input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodProcessStatsFromOutput
Processes stats from an output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodRaiseControlFrame
Raises a control frame.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodRaiseControlFrames
Raises some control frames.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Protected methodRaiseFrame
Raises a frame.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveInput
Removes an input.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveInputs()
Removes all inputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveInputs(TIOutput[])
Removes some inputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveOutput
Removes an output.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveOutputs()
Removes all outputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodRemoveOutputs(TIInput[])
Removes some outputs.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, 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 MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
  NameDescription
Public eventOnDisabledChange
Raised when the Disabled property changes state.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public eventOnProcessControlFrames
Raised when control frames are processed.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public eventOnProcessFrame
Raised when a frame is processed.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public eventOnProcessFrameException
Raised when an exception is thrown while processing a frame.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public eventOnRaiseControlFrames
Raised when control frames are raised.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public eventOnRaiseFrame
Raised when a frame is raised.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Public eventOnStateChange
Raised when the state changes.
(Inherited from MediaPipe<TIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat>.)
Top
See Also