C#
VB
C ++
获取流的闲置时间,流将等待,然后停用“按需激活”流。
上市int空闲超时 {得到;}
上市只读财产空闲超时()作为整数
得到
上市:
财产int32 idletimeout
{
int32 get()
}
一个整数值表示闲置时间的量,以毫秒为单位,该流将等到“激活按需”流被停用。
使用LeadTools;
使用LeadTools.MediasTreaming;
上市服务器_server =无效的;
上市布尔_Result =错误的;
上市空白printLivestreamControlsexample()
{
尝试
{
细绳strlivestreams =“”;
//创建服务器对象的实例
_server =新的ledstools.mediastreaming.server();
//检索实时流控件的副本
liveStreamControls stream = _Server.getLiveStreamControls();
strlivestreams +=细绳。格式(“ ---实时流控制(count = {0})--- \ n \ n”,streams.count.tostring());
//将所有实时流属性打印到字符串
为了((intnindex = 0;nindex
{
liveStreamControl流=流[Nindex];
strlivestreams +=细绳。格式(“实时流控制[{0}]:路径= \“ {1} \”。\ n”,nindex.toString(),stream.path);
细绳s =“”;
strlivestreams +=细绳。格式(“ hander = \” 0x {0:x8} \“。\ n”,stream.handle);
转变(Stream.State)
{
案子liveStreamState.Stopped:
s =“停止”;
休息;
案子活性:激活:
s =“激活”;
休息;
案子liveStreamState.Active:
s =“积极的”;
休息;
案子RivestreamState。
s =“无活动”;
休息;
案子liveStreamState.Error:
s =“错误”;
休息;
}
strlivestreams +=细绳。格式(“状态= \” {0} \“。\ n”,S);
如果(流式)
strlivestreams +=细绳。格式(“ enable = \” true \“。\ n”);
别的
strlivestreams +=细绳。格式(“ enable = \” false \“。\ n”);
如果(流动激素)
strlivestreams +=细绳。格式(“ activateondemand = \” true \“。\ n”);
别的
strlivestreams +=细绳。格式(“ activateondemand = \” false \“。\ n”);
strlivestreams +=细绳。格式(“ idletime = \” {0} \“。\ n”,stream.idletime.tostring());
strlivestreams +=细绳。格式(“ idletimeout = \” {0} \“。\ n”,stream.idletimeout.tostring());
转变(流videoencoding)
{
案子livestreamvideoencoding.none:
s =“没有任何”;
休息;
案子livestreamvideoencoding.h264_source:
s =“资源”;
休息;
案子livestreamvideoencoding.h264_software:
s =“软件”;
休息;
案子livestreamvideoencoding.h264_qsv:
s =“ QSV”;
休息;
案子livestreamvideoencoding.h264_cuda:
s =“ cuda”;
休息;
}
strlivestreams +=细绳。格式(“ videoencoding = \” {0} \“。\ n”,S);
转变(stream.audioencoding)
{
案子livestreamaudioencoding.none:
s =“没有任何”;
休息;
案子livestreamaudioencoding.aac_source:
s =“资源”;
休息;
案子livestreamaudioencoding.aac_software:
s =“软件”;
休息;
}
strlivestreams +=细绳。格式(“ audioencoding = \” {0} \“。\ n”,S);
}
//显示消息包含实时流信息字符串
MessageBox.Show(strlivestreams,“ LeadTools媒体流式示例”,MessageBoxButtons.ok,MessageBoxicon.Information);
_Result =真的;
}
抓住(例外)
{
_Result =错误的;
}
}
进口LeadTools
进口LeadTools.MediasTreaming
上市_服务器作为服务器=没有什么
上市_结果作为布尔=错误的
上市子printLivestreamControlsexample()
尝试
暗淡Strlivestreams作为细绳=“”
'创建服务器对象的实例
_server =新的leadtools.mediastreaming.server()
'检索实时流控件的副本
暗淡流作为livestreamcontrols = _server.getLiveStreamControls()
strlivestreams +=细绳。格式(“ ---实时流控制(count = {0})----”&vblf&vblf,流。数数.tostring())
'将所有实时流属性打印到字符串
为了Nindex作为整数= 0至流。数数-1
暗淡溪流作为liveStreamControl = Streams(Nindex)
strlivestreams +=细绳。格式(“实时流控制[{0}]:路径=“” {1}“”。&vblf,nindex.tostring(),stream.path)
暗淡s作为细绳=“”
strlivestreams +=细绳。格式(“ handle =”“ 0x {0:x8}”。&vblf,stream.handle)
选择案子Stream.State
案子livestreamState.Stopped
s =“停止”
出口选择
案子活性
s =“激活”
出口选择
案子活性
s =“积极的”
出口选择
案子活性
s =“无活动”
出口选择
案子livestreamState。[错误这是给予的
s =“错误”
出口选择
结尾选择
strlivestreams +=细绳。格式(“ state =”“ {0}”。&vblf,S)
如果流然后
strlivestreams +=细绳。格式(“ enable =”“ true”“。”。&vblf)
别的
strlivestreams +=细绳。格式(“ enable =”“ false”“。”。&vblf)
结尾如果
如果流。激活剂然后
strlivestreams +=细绳。格式(“ activateDemand =”“ true”。&vblf)
别的
strlivestreams +=细绳。格式(“ activateDemand =”“ false”。&vblf)
结尾如果
strlivestreams +=细绳。格式(“ idletime =”“ {0}”。&vblf,stream.idletime.tostring())
strlivestreams +=细绳。格式(“ idletimeout =”“ {0}”。&vblf,stream.idletimeout.tostring())
选择案子stream.videoencoding
案子livestreamvideoencoding.none
s =“没有任何”
出口选择
案子liveStreamVideoEncoding.h264_source
s =“资源”
出口选择
案子livestreamvideoencoding.h264_software
s =“软件”
出口选择
案子liveStreamVideoEncoding.h264_qsv
s =“ QSV”
出口选择
案子liveStreamVideoEncoding.h264_cuda
s =“ cuda”
出口选择
结尾选择
strlivestreams +=细绳。格式(“ videoencoding =”“ {0}”。&vblf,S)
选择案子stream.audioencoding
案子livestreamaudioencoding.none
s =“没有任何”
出口选择
案子livestreamaudioencoding.aac_source
s =“资源”
出口选择
案子livestreamaudioencoding.aac_software
s =“软件”
出口选择
结尾选择
strlivestreams +=细绳。格式(“ AudioEncoding =”“ {0}”“。”。&vblf,S)
下一个
'显示消息包含实时流信息字符串
MessageBox.Show(strlivestreams,“ LeadTools媒体流式示例”,MessageBoxButtons.ok,MessageBoxicon.Information)
_Result =真的
抓住生成exceptionname作为例外
_Result =错误的
结尾尝试
结尾子
帮助收集
栅格。网|C API|C ++类库|HTML5 JavaScript
文档。网|C API|C ++类库|HTML5 JavaScript
医疗的。网|C API|C ++类库|HTML5 JavaScript
医疗网络查看器。网
188宝金博怎么下载
支持的平台
.NET,JAVA,ANDROID和iOS/MACOS组件
C API/C ++类库
HTML5 JavaScript库
您的电子邮件已发送给支持!有人应该保持联系!如果您的事情紧急,请重新聊天。
聊天时间:
星期一 - 星期五,上午8:30至美国东部时间下午6点
感谢您的反馈意见!
请再次填写表格以开始新的聊天。
所有代理商目前都处于离线状态。
聊天时间:
星期一至星期五
8:30 AM - 美国东部标准时间下午6点
要与我们联系,请填写此表格,我们将通过电子邮件与您联系。