Click or drag to resize
AudioMediaBuffer Fields

The AudioMediaBuffer type exposes the following members.

Fields
  NameDescription
Public fieldBuffer
Holds elements relevant to MediaBuffer.
(Inherited from MediaBufferT.)
Public fieldEndTime
Media time (End). In most cases this represents the presentation time + duration.
(Inherited from MediaBufferT.)
Public fieldExtendedInfo
Is used to store additional/custom information within the buffer.
(Inherited from MediaBufferT.)
Public fieldIsDiscontinuity
Indicates that there was a discontinuity in the stream. This flag is passed to decoders.
(Inherited from MediaBufferT.)
Public fieldIsKeyFrame
true if this instance is key frame.
(Inherited from MediaBufferT.)
Public fieldPackageType
Describes the content of this buffer.
(Inherited from MediaBufferT.)
Public fieldStartTime
Media time (Start). In most cases this represents the presentation time.
(Inherited from MediaBufferT.)
Top
See Also