| MediaBufferT Fields |
The MediaBufferT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Buffer |
Holds elements relevant to MediaBuffer.
| |
| EndTime |
Media time (End). In most cases this represents the presentation time + duration.
| |
| ExtendedInfo |
Is used to store additional/custom information within the buffer.
| |
| IsDiscontinuity |
Indicates that there was a discontinuity in the stream. This flag is passed to decoders.
| |
| IsKeyFrame |
true if this instance is key frame.
| |
| PackageType |
Describes the content of this buffer.
| |
| StartTime |
Media time (Start). In most cases this represents the presentation time.
|