 | AudioFrameHeaderIdealisedFrameLengthInBytes Property |
'ideal' length of a frame at this bitrate; returns double, disregards padding.
returns null for 'free' bitrate files
because parsing the audio coefficients to work out how long it should be is too much work.
If you want to know how long the frame should be, ask the audio stream, not the header.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic double? IdealisedFrameLengthInBytes { get; }Property Value
NullableDouble
See Also