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