class Video


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

Video ()


Properties

Int32 audioBitsPerSample { get; set; }


Int32 audioChannels { get; set; }


String audioFormat { get; set; }


Int32 audioSamplesPerSecond { get; set; }


Int32 bitrate { get; set; }


Int32 duration { get; set; }


String fourCC { get; set; }


Double frameRate { get; set; }


Int32 height { get; set; }


Int32 width { get; set; }