C# Class CSharpRTMP.Core.Protocols.Rtmp.SOMessageFactory

Show file Open project: langhuihui/csharprtmp

Public Methods

Method Description
GetSharedObject ( uint channelId, uint streamId, double timeStamp, bool isAbsolute, string name, uint version, bool persistent ) : AmfMessage

Method Details

GetSharedObject() public static method

public static GetSharedObject ( uint channelId, uint streamId, double timeStamp, bool isAbsolute, string name, uint version, bool persistent ) : AmfMessage
channelId uint
streamId uint
timeStamp double
isAbsolute bool
name string
version uint
persistent bool
return AmfMessage