예제 #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);