AVBlocks for .NET  1.10
Audio and Video Software Development Kit
MediaSample Class Reference

Represents one or more samples of media data. More...

List of all members.

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.

Detailed Description

Represents one or more samples of media data.


Property Documentation

MediaBuffer Buffer [get, set]

The buffer storage.

See also:
MediaBuffer
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.

See also:
MediaSampleFlags
double StartTime [get, set]

Presentation timestamp.

The StartTime is valid if it is 0 or greater than 0. The default value -1.0

 All Classes Namespaces Functions Variables Enumerations Properties Events