Click or drag to resize
MediaBufferT Fields

The MediaBufferT generic type exposes the following members.

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