C# Class Smoothget.Smooth.AudioTrackInfo

Inheritance: TrackInfo
显示文件 Open project: pinglossy/smoothget Class Usage Examples

Public Methods

Method Description
AudioTrackInfo ( XmlNode element, string>.IDictionary streamAttributes, uint index, StreamInfo stream ) : System

Private Methods

Method Description
GetAudioSpecificConfigBytes ( uint samplingRate, byte numberOfChannels ) : byte[]
GetCodecNameForAudioTag ( ushort audioTag ) : string

Method Details

AudioTrackInfo() public method

public AudioTrackInfo ( XmlNode element, string>.IDictionary streamAttributes, uint index, StreamInfo stream ) : System
element System.Xml.XmlNode
streamAttributes string>.IDictionary
index uint
stream StreamInfo
return System