Class AudioFacet
- Namespace
- LMKit.Inspection
- Assembly
- LM-Kit.NET.dll
The strongly-typed audio summary of a FileInspection: the fields a media UI binds to directly. Null on non-audio files; individual members are null when the container does not state them. Tag frames beyond these headline fields (album artist, genre, ...) live in Properties.
public sealed class AudioFacet
- Inheritance
-
AudioFacet
- Inherited Members
Properties
- Album
Album from the container's tags.
- Artist
Artist from the container's tags.
- Bitrate
Bitrate in bits per second, when stated or derivable.
- Channels
Channel count (1 = mono, 2 = stereo, ...).
- Codec
Codec identifier (e.g.
"mp3","flac","pcm","opus").
- Duration
Total playback duration, when stated or exactly derivable.
- SampleRate
Samples per second (e.g. 44100).
- Title
Track title from the container's tags.