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
Property Value
- int
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
Property Value
- int?
PresentationTimestamp
TimeSpan? PresentationTimestamp { get; }
Property Value
- TimeSpan?
StreamIndex
Property Value
- int
Video
FFmpeg.IProbeVideoFrame Video { get; }
Property Value
- FFmpeg.IProbeVideoFrame