コード例 #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);