Click or drag to resize
Mp4Track Methods

The Mp4Track type exposes the following members.

Methods
  NameDescription
Public methodCommitRemainingSamples
Commit remaining samples.
Public methodCreateAmrTrack
Creates a new AMR-NB track.
Public methodCreateAmrWbTrack
Creates a new AMR-WB track.
Public methodCreateH263Track
Creates an H.263 track.
Public methodCreatePcmTrack
Public methodCreateTrack
Creates a track based on the information passed by TrackInfo.
Public methodFillTrackInfo
Attempts to fill tracks with media information such as bitrate, width/height & DEC.
Public methodFinalizeCurrentFragment
Public methodGetNextFragmentedSample
Public methodGetNextSample
Gets the next sample.
Public methodGetSample
Public methodGetTrackDuration
Gets the track duration.
Public methodReadConfigurationInfo
Reads configuration information from the current buffer. If decoder configuration data is found it will automatically be added to the corresponding decoder specfic configuration.
Public methodSeekToTimePosition
Seeks track to new position or nearest position. If a sync sample box (STSS) is present, this function will seek to the nearest key frame, which in some circumstances can be a signficant distance from the desired position.
Public methodWriteFragmentSample
Public methodWriteSample
Writes a sample.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also