FrameCount Property (DecompressionArguments)
Total number of frames in the input stream. Useful for some codec (e.g. FFmpeg) if it needs to seek and run cope with out of sync and missing frames
public System.int FrameCount {get; set;}
public read-write property FrameCount: System.Integer;
public function get,set FrameCount : System.int
public: __property System.int get_FrameCount();
public: __property void set_FrameCount(
System.int value
);
public:
property System.int FrameCount {
System.int get();
void set ( System.int value);
}
'Declaration
Public Property FrameCount As System.Integer
'Usage
Dim instance As DecompressionArguments
Dim value As System.Integer
instance.FrameCount = value
value = instance.FrameCount
Target Platforms: .NET CLR 4.8 or higher