Click or drag to resize
Mp4TrackFillTrackInfo Method
Attempts to fill tracks with media information such as bitrate, width/height & DEC.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool FillTrackInfo()

Return Value

Type: Boolean
true if it succeeds, false if it fails.
Remarks

Supported FCC Video: 'mp4v', 'avc1', 's263', 'hvc1'/'hev1'

Supported FCC Audio: 'mp4a' + OIDs, 'mp3 ','samr', 'sawb', 'sawp', 'sowt', 'lpcm', 'alaw', 'ulaw'.

Supported other: 'rtp'

See Also