StreamIndexFindFragmentByTime Method |
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic StreamFragment FindFragmentByTime(
ulong time
)
Public Function FindFragmentByTime (
time As ULong
) As StreamFragment
public:
StreamFragment^ FindFragmentByTime(
unsigned long long time
)
member FindFragmentByTime :
time : uint64 -> StreamFragment
Parameters
- time
- Type: SystemUInt64
Return Value
Type:
StreamFragment
See Also