Interface FFmpeg.IProbeStream
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public interface FFmpeg.IProbeStream : FFmpeg.IProbeEntity
- Inherited Members
-
- Extension Methods
-
Properties
Audio
FFmpeg.IProbeAudioStream Audio { get; }
Property Value
- FFmpeg.IProbeAudioStream
Bitrate
Property Value
- int?
CodecLongName
string CodecLongName { get; }
Property Value
- string
CodecShortName
string CodecShortName { get; }
Property Value
- string
CodecType
string CodecType { get; }
Property Value
- string
Duration
TimeSpan? Duration { get; }
Property Value
- TimeSpan?
Index
Property Value
- int
MaxBitrate
Property Value
- int?
Profile
Property Value
- string
StartTime
TimeSpan? StartTime { get; }
Property Value
- TimeSpan?
Video
FFmpeg.IProbeVideoStream Video { get; }
Property Value
- FFmpeg.IProbeVideoStream