Table of Contents

Interface FFmpeg.IProbeAudioStream

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface FFmpeg.IProbeAudioStream
Extension Methods

Properties

ChannelLayout

string ChannelLayout { get; }

Property Value

string

ChannelsCount

int ChannelsCount { get; }

Property Value

int

SampleFormat

string SampleFormat { get; }

Property Value

string

SampleRate

int SampleRate { get; }

Property Value

int