Пример #1
0
 public static extern int RTMP_ClientPacket(ref RTMP r, ref RTMPPacket packet);
Пример #2
0
 public static extern int RTMP_IsTimedout(ref RTMP r);
Пример #3
0
 public static extern int RTMP_ToggleStream(ref RTMP r);
Пример #4
0
 public static extern int RTMP_SendPacket(ref RTMP r, ref RTMPPacket packet, int queue);
Пример #5
0
 public static extern int RTMP_IsConnected(ref RTMP r);
Пример #6
0
 public static extern int RTMP_SetupURL(ref RTMP r, string url);
Пример #7
0
 public static extern int RTMP_Serve(ref RTMP r);
Пример #8
0
 public static extern int RTMP_SendPause(ref RTMP r, int DoPause, int dTime);
Пример #9
0
 public static extern int RTMP_Pause(ref RTMP r, int DoPause);
Пример #10
0
 public static extern void RTMP_EnableWrite(ref RTMP r);
Пример #11
0
 public static extern int RTMP_SendCtrl(ref RTMP r, short nType, uint nObject, uint nTime);
Пример #12
0
 public static extern void RTMP_Free(ref RTMP r);
Пример #13
0
 public static extern void RTMP_Close(ref RTMP r);
Пример #14
0
 public static extern void RTMP_Init(ref RTMP r);
Пример #15
0
 public static extern void RTMP_SetBufferMS(ref RTMP r, int size);
Пример #16
0
 public static extern int RTMP_SendCreateStream(ref RTMP r);
Пример #17
0
 public static extern void RTMP_UpdateBufferMS(ref RTMP r);
Пример #18
0
 public static extern int RTMP_SendSeek(ref RTMP r, int dTime);
Пример #19
0
 public static extern int RTMP_Connect(ref RTMP r, ref RTMPPacket cp);
Пример #20
0
 public static extern int RTMP_SendServerBW(ref RTMP r);
Пример #21
0
 public static extern int RTMP_ReadPacket(ref RTMP r, ref RTMPPacket packet);
Пример #22
0
 public static extern int RTMP_SendClientBW(ref RTMP r);
Пример #23
0
 public static extern int RTMP_SendChunk(ref RTMP r, ref RTMPChunk chunk);
Пример #24
0
 public static extern void RTMP_DropRequest(ref RTMP r, int i, int freeit);
Пример #25
0
 public static extern int RTMP_Socket(ref RTMP r);
Пример #26
0
 public static extern int RTMP_Read(ref RTMP r, string buf, int size);
Пример #27
0
 public static extern double RTMP_GetDuration(ref RTMP r);
Пример #28
0
 public static extern int RTMP_Write(ref RTMP r, string buf, int size);
Пример #29
0
 public static extern int RTMP_ReconnectStream(ref RTMP r, int seekTime);
Пример #30
0
 public static extern int RTMP_GetNextMediaPacket(ref RTMP r, ref RTMPPacket packet);