C# 클래스 CSharpRTMP.Core.Streaming.AudioAac

파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_aacLength uint
_pAAC byte[]
_sampleRate uint

공개 메소드들

메소드 설명
Clear ( ) : void
Deserialize ( Stream src, AudioAac &dest ) : bool
GetRTSPFmtpConfig ( ) : string
Init ( Stream pBuffer, int length ) : bool
Serialize ( H2NBinaryWriter writer ) : bool

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Deserialize() 공개 정적인 메소드

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

GetRTSPFmtpConfig() 공개 메소드

public GetRTSPFmtpConfig ( ) : string
리턴 string

Init() 공개 메소드

public Init ( Stream pBuffer, int length ) : bool
pBuffer Stream
length int
리턴 bool

Serialize() 공개 메소드

public Serialize ( H2NBinaryWriter writer ) : bool
writer CSharpRTMP.Common.H2NBinaryWriter
리턴 bool

프로퍼티 상세

_aacLength 공개적으로 프로퍼티

public uint _aacLength
리턴 uint

_pAAC 공개적으로 프로퍼티

public byte[] _pAAC
리턴 byte[]

_sampleRate 공개적으로 프로퍼티

public uint _sampleRate
리턴 uint