Click or drag to resize

AudioFrame Class

An audio frame.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSerializable
    FM.IceLinkDynamic
      FM.IceLinkMediaFrameAudioBuffer, AudioBufferCollection, AudioFormat, AudioFrame
        FM.IceLinkAudioFrame

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

The AudioFrame type exposes the following members.

Constructors
  NameDescription
Public methodAudioFrame(Int32)
Initializes a new instance of the AudioFrame class.
Public methodAudioFrame(Int32, AudioBuffer)
Initializes a new instance of the AudioFrame class.
Public methodAudioFrame(Int32, AudioBuffer)
Initializes a new instance of the AudioFrame class.
Top
Properties
  NameDescription
Public propertyBuffer
Gets or sets the buffer.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertyBuffers
Gets or sets the buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertyContributingSources
Gets or sets the contributing sources.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertyDuration
Gets or sets the duration.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLastBuffer
Gets the most recent buffer.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertyRtpSequenceNumber
Gets or sets the RTP sequence number.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertyRtpTimestamp
Gets or sets the RTP timestamp.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertySequenceNumber
Gets or sets the sequence number.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertySynchronizationSource
Gets or sets the synchronization source.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public propertyTimestamp
Gets or sets the timestamp.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Top
Methods
  NameDescription
Public methodAddBuffer
Adds a buffer.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodAddBuffers
Adds some buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodClone
Clones this instance.
(Overrides MediaFrameTBuffer, TBufferCollection, TFormat, TFrameClone.)
Public methodCreateInstance
Creates a new instance.
(Overrides MediaFrameTBuffer, TBufferCollection, TFormat, TFrameCreateInstance.)
Protected methodCreateMediaBufferCollection
Creates a media buffer collection.
(Overrides MediaFrameTBuffer, TBufferCollection, TFormat, TFrameCreateMediaBufferCollection.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBuffer(Boolean)
Gets the last buffer whose format packetization flag matches the specified flag.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(String)
Gets the last buffer whose format name matches the specified format name.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(TFormat)
Gets the last buffer whose format is equivalent to the specified format.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(Boolean, Boolean)
Gets the last buffer whose format packetization and encryption flags matches the specified flags.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(TFormat, String)
Gets the last buffer whose format is equivalent to the specified format and whose source ID matches the specified source ID.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasBuffer(TFormat)
Checks if a buffer exists with format equivalence.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodHasBuffer(TFormat, String)
Checks if a buffer exists with format equivalence and source ID.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveBuffer
Removes a buffer.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodRemoveBuffers
Removes all buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodRemoveBuffers(TBuffer)
Removes some buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also