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