Table of Contents

Interface FFmpeg.IProbeVideoStream

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface FFmpeg.IProbeVideoStream
Extension Methods

Properties

CodedHeight

int? CodedHeight { get; }

Property Value

int?

CodedWidth

int? CodedWidth { get; }

Property Value

int?

ColorSpace

string ColorSpace { get; }

Property Value

string

DisplayAspectRatio

string DisplayAspectRatio { get; }

Property Value

string

Height

int? Height { get; }

Property Value

int?

PixelFormat

string PixelFormat { get; }

Property Value

string

SampleAspectRatio

string SampleAspectRatio { get; }

Property Value

string

Width

int? Width { get; }

Property Value

int?