Table of Contents

Class VideoFacet

Namespace
LMKit.Inspection
Assembly
LM-Kit.NET.dll

The strongly-typed video summary of a FileInspection: the fields a media UI binds to directly. Null on non-video files; individual members are null when the container does not state them. Everything else lives in Properties.

public sealed class VideoFacet
Inheritance
VideoFacet
Inherited Members

Properties

AudioCodec

Codec identifier of the primary audio track, when one exists.

Bitrate

Overall bitrate in bits per second, when stated or derivable from size/duration.

Duration

Total playback duration, when the container states it.

FrameRate

Frames per second of the primary video track, when derivable.

HasAudio

True when the container carries at least one audio track.

Height

Pixel height of the primary video track.

VideoCodec

Codec identifier of the primary video track (container-native form, e.g. "avc1" for an MP4, "V_MPEG4/ISO/AVC" for a Matroska file).

Width

Pixel width of the primary video track.

Share