C# 클래스 FluorineFx.Messaging.Rtmp.RtmpPacket

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

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a string that represents the current RtmpPacket object.

ToString ( int indentLevel ) : string

Returns a string that represents the current RtmpPacket object.

비공개 메소드들

메소드 설명
RtmpPacket ( FluorineFx.Messaging.Rtmp.RtmpHeader header ) : System
RtmpPacket ( FluorineFx.Messaging.Rtmp.RtmpHeader header, IRtmpEvent message ) : System
ToStringFields ( int indentLevel ) : string

Returns a string that represents the current RtmpPacket object fields.

ToStringHeader ( int indentLevel ) : string

Returns a header string that represents the current RtmpPacket object.

메소드 상세

ToString() 공개 메소드

Returns a string that represents the current RtmpPacket object.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a string that represents the current RtmpPacket object.
public ToString ( int indentLevel ) : string
indentLevel int The indentation level used for tracing the packet members.
리턴 string