Table of Contents

Interface FFmpeg.IProbeResult

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

Properties

Format

FFmpeg.IProbeFormat Format { get; }

Property Value

FFmpeg.IProbeFormat

Frames

FFmpeg.IProbeFrame[] Frames { get; }

Property Value

IProbeFrame[]

Packets

FFmpeg.IProbePacket[] Packets { get; }

Property Value

IProbePacket[]

Streams

FFmpeg.IProbeStream[] Streams { get; }

Property Value

IProbeStream[]