VideoFormatInfo

VideoFormatInfo class

Represents information about video format.Note: We do not support downloading copyrighted videos and using other people’s videos for commercial purposes without their express permission. We are not responsible for any copyright infringement that may occur when using this tool.

public class VideoFormatInfo

Constructors

Name Description
VideoFormatInfo() The default constructor.

Properties

Name Description
AudioCodec { get; set; } Name of the audio codec in use, or null if there is no audio track.
Bitrate { get; set; } Average bitrate of audio and video in KBit/s, or null if unknown.
Extension { get; set; } Format extension.
FileSize { get; set; } File size in bytes, or null if unknown.
FPS { get; set; } Frame rate in frame/s, or null if there is no video track.
Height { get; set; } Video track height in pixels, or null if there is no video track.
SamplingRate { get; set; } Audio sampling rate in Hertz, or null if there is no audio track.
Url { get; set; } The video formats URL.
VideoCodec { get; set; } Name of the video codec in use, or null if there is no video track.
Width { get; set; } Video track width in pixels, or null if there is no video track.

See Also