Interface FFmpeg.IProbePacket
public interface FFmpeg.IProbePacket : FFmpeg.IProbeEntity
- Inherited Members
- Extension Methods
Properties
CodecType
string CodecType { get; }
Property Value
DecodingTimestamp
TimeSpan? DecodingTimestamp { get; }
Property Value
Duration
TimeSpan? Duration { get; }
Property Value
Position
long? Position { get; }
Property Value
- long?
PresentationTimestamp
TimeSpan? PresentationTimestamp { get; }
Property Value
Size
long? Size { get; }
Property Value
- long?
StreamIndex
int StreamIndex { get; }