Click or drag to resize

AudioFrameHeaderBitRate Property

bitrate for this frame 0 for "free", i.e. free format. The free bitrate must remain constant, and must be lower than the maximum allowed bitrate. VBR encoders usually select a different one of the standard bitrates for each frame.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public uint? BitRate { get; }

Property Value

NullableUInt32
See Also