C# Класс FluorineFx.Messaging.Rtmp.RtmpPacket

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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