Table of Contents

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

int? Bitrate { get; }

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

int Index { get; }

Property Value

int

MaxBitrate

int? MaxBitrate { get; }

Property Value

int?

Profile

string Profile { get; }

Property Value

string

StartTime

TimeSpan? StartTime { get; }

Property Value

TimeSpan?

Video

FFmpeg.IProbeVideoStream Video { get; }

Property Value

FFmpeg.IProbeVideoStream