AVBlocks for .NET
1.10
Audio and Video Software Development Kit
|
Represents one or more samples of media data. More...
Public Member Functions | |
MediaSample () | |
Creates and empty sample. | |
Properties | |
MediaBuffer | Buffer [get, set] |
The buffer storage. | |
double | StartTime [get, set] |
Presentation timestamp. | |
double | EndTime [get, set] |
The time when the media sample should end. | |
MediaSampleFlags | Flags [get, set] |
Various properties of the media sample. |
Represents one or more samples of media data.
MediaBuffer Buffer [get, set] |
The buffer storage.
double EndTime [get, set] |
The time when the media sample should end.
The EndTime is valid only if it is positive and greater than the StartTime. The default value -1.0
MediaSampleFlags Flags [get, set] |
Various properties of the media sample.
double StartTime [get, set] |
Presentation timestamp.
The StartTime is valid if it is 0 or greater than 0. The default value -1.0