Table of Contents

Interface FFmpeg.IProbeFormat

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface FFmpeg.IProbeFormat : FFmpeg.IProbeEntity
Inherited Members
Extension Methods

Properties

Bitrate

int? Bitrate { get; }

Property Value

int?

Duration

TimeSpan? Duration { get; }

Property Value

TimeSpan?

FileName

string FileName { get; }

Property Value

string

LongName

string LongName { get; }

Property Value

string

ProgramsCount

int ProgramsCount { get; }

Property Value

int

ShortName

string ShortName { get; }

Property Value

string

Size

int? Size { get; }

Property Value

int?

StartTime

TimeSpan? StartTime { get; }

Property Value

TimeSpan?

StreamsCount

int StreamsCount { get; }

Property Value

int