Click or drag to resize
IWriterWriteTrack Method
Writes buffer to a track.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
bool WriteTrack(
	TrackInfo track,
	MediaBuffer<byte> inputBuffer
)

Parameters

track
Type: StreamCodersTrackInfo
The track to write the samples to.
inputBuffer
Type: StreamCodersMediaBufferByte
The input buffer containing media frames.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also