Table of Contents

Interface FFmpeg.IProbeFrame

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

Properties

Audio

FFmpeg.IProbeAudioFrame Audio { get; }

Property Value

FFmpeg.IProbeAudioFrame

BestEffortTimestamp

TimeSpan? BestEffortTimestamp { get; }

Property Value

TimeSpan?

Duration

TimeSpan? Duration { get; }

Property Value

TimeSpan?

KeyFrame

int KeyFrame { get; }

Property Value

int

MediaType

string MediaType { get; }

Property Value

string

PacketDecodingTimestamp

TimeSpan? PacketDecodingTimestamp { get; }

Property Value

TimeSpan?

PacketDuration

TimeSpan? PacketDuration { get; }

Property Value

TimeSpan?

PacketPosition

long? PacketPosition { get; }

Property Value

long?

PacketSize

int? PacketSize { get; }

Property Value

int?

PresentationTimestamp

TimeSpan? PresentationTimestamp { get; }

Property Value

TimeSpan?

StreamIndex

int StreamIndex { get; }

Property Value

int

Video

FFmpeg.IProbeVideoFrame Video { get; }

Property Value

FFmpeg.IProbeVideoFrame