C# Class CSharpRTMP.Core.Streaming.AudioAac

Mostrar archivo Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
_aacLength uint
_pAAC byte[]
_sampleRate uint

Public Methods

Method Description
Clear ( ) : void
Deserialize ( Stream src, AudioAac &dest ) : bool
GetRTSPFmtpConfig ( ) : string
Init ( Stream pBuffer, int length ) : bool
Serialize ( H2NBinaryWriter writer ) : bool

Method Details

Clear() public method

public Clear ( ) : void
return void

Deserialize() public static method

public static Deserialize ( Stream src, AudioAac &dest ) : bool
src Stream
dest AudioAac
return bool

GetRTSPFmtpConfig() public method

public GetRTSPFmtpConfig ( ) : string
return string

Init() public method

public Init ( Stream pBuffer, int length ) : bool
pBuffer Stream
length int
return bool

Serialize() public method

public Serialize ( H2NBinaryWriter writer ) : bool
writer CSharpRTMP.Common.H2NBinaryWriter
return bool

Property Details

_aacLength public_oe property

public uint _aacLength
return uint

_pAAC public_oe property

public byte[] _pAAC
return byte[]

_sampleRate public_oe property

public uint _sampleRate
return uint