Table of Contents

Interface FFmpeg.IProbePacket

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

Properties

CodecType

string CodecType { get; }

Property Value

string

DecodingTimestamp

TimeSpan? DecodingTimestamp { get; }

Property Value

TimeSpan?

Duration

TimeSpan? Duration { get; }

Property Value

TimeSpan?

Position

long? Position { get; }

Property Value

long?

PresentationTimestamp

TimeSpan? PresentationTimestamp { get; }

Property Value

TimeSpan?

Size

long? Size { get; }

Property Value

long?

StreamIndex

int StreamIndex { get; }

Property Value

int