Click or drag to resize

AudioFrame Methods

The AudioFrame type exposes the following members.

Methods
  NameDescription
Public methodAddBuffer
Adds a buffer.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodAddBuffers
Adds some buffers.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodClone
Clones this instance.
(Overrides MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.Clone().)
Public methodCreateInstance
Creates a new instance.
(Overrides MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.CreateInstance().)
Protected methodCreateMediaBufferCollection
Creates a media buffer collection.
(Overrides MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.CreateMediaBufferCollection().)
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 MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodGetBuffer(String)
Gets the last buffer whose format name matches the specified format name.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodGetBuffer(TFormat)
Gets the last buffer whose format is equivalent to the specified format.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodGetBuffer(Boolean, Boolean)
Gets the last buffer whose format packetization and encryption flags matches the specified flags.
(Inherited from MediaFrame<TBuffer, 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 MediaFrame<TBuffer, 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 MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodHasBuffer(TFormat, String)
Checks if a buffer exists with format equivalence and source ID.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveBuffer
Removes a buffer.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodRemoveBuffers()
Removes all buffers.
(Inherited from MediaFrame<TBuffer, TBufferCollection, TFormat, TFrame>.)
Public methodRemoveBuffers(TBuffer[])
Removes some buffers.
(Inherited from MediaFrame<TBuffer, 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 Object.ToString().)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also