Lines Matching refs:AVC
556 { AVC("socks"), OFF(Link.sockshost), OPT_STR, 0,
558 { AVC("app"), OFF(Link.app), OPT_STR, 0,
560 { AVC("tcUrl"), OFF(Link.tcUrl), OPT_STR, 0,
562 { AVC("pageUrl"), OFF(Link.pageUrl), OPT_STR, 0,
564 { AVC("swfUrl"), OFF(Link.swfUrl), OPT_STR, 0,
566 { AVC("flashver"), OFF(Link.flashVer), OPT_STR, 0,
568 { AVC("conn"), OFF(Link.extras), OPT_CONN, 0,
570 { AVC("playpath"), OFF(Link.playpath), OPT_STR, 0,
572 { AVC("playlist"), OFF(Link.lFlags), OPT_BOOL, RTMP_LF_PLST,
574 { AVC("live"), OFF(Link.lFlags), OPT_BOOL, RTMP_LF_LIVE,
576 { AVC("subscribe"), OFF(Link.subscribepath), OPT_STR, 0,
578 { AVC("jtv"), OFF(Link.usherToken), OPT_STR, 0,
580 { AVC("token"), OFF(Link.token), OPT_STR, 0,
582 { AVC("swfVfy"), OFF(Link.lFlags), OPT_BOOL, RTMP_LF_SWFV,
584 { AVC("swfAge"), OFF(Link.swfAge), OPT_INT, 0,
586 { AVC("start"), OFF(Link.seekTime), OPT_INT, 0,
588 { AVC("stop"), OFF(Link.stopTime), OPT_INT, 0,
590 { AVC("buffer"), OFF(m_nBufferMS), OPT_INT, 0,
592 { AVC("timeout"), OFF(Link.timeout), OPT_INT, 0,
594 { AVC("pubUser"), OFF(Link.pubUser), OPT_STR, 0,
596 { AVC("pubPasswd"), OFF(Link.pubPasswd), OPT_STR, 0,
602 AVC("1"),
603 AVC("on"),
604 AVC("yes"),
605 AVC("true"),
1559 #define SAVC(x) static const AVal av_##x = AVC(#x)
1781 static const AVal av_NetStream_Authenticate_UsherToken = AVC("NetStream.Authenticate.UsherToken");
2498 static const AVal av_authmod_adobe = AVC("authmod=adobe");
2499 static const AVal av_authmod_llnw = AVC("authmod=llnw");
2891 static const AVal av_NetStream_Failed = AVC("NetStream.Failed");
2892 static const AVal av_NetStream_Play_Failed = AVC("NetStream.Play.Failed");
2894 AVC("NetStream.Play.StreamNotFound");
2896 AVC("NetConnection.Connect.InvalidApp");
2897 static const AVal av_NetStream_Play_Start = AVC("NetStream.Play.Start");
2898 static const AVal av_NetStream_Play_Complete = AVC("NetStream.Play.Complete");
2899 static const AVal av_NetStream_Play_Stop = AVC("NetStream.Play.Stop");
2900 static const AVal av_NetStream_Seek_Notify = AVC("NetStream.Seek.Notify");
2901 static const AVal av_NetStream_Pause_Notify = AVC("NetStream.Pause.Notify");
2903 AVC("NetStream.Play.PublishNotify");
2905 AVC("NetStream.Play.UnpublishNotify");
2906 static const AVal av_NetStream_Publish_Start = AVC("NetStream.Publish.Start");
2908 AVC("NetConnection.Connect.Rejected");
5094 static const AVal av_setDataFrame = AVC("@setDataFrame");