SmoothStreamingAdaptiveTrackInfo Constructor (SmoothStreamingClient, StreamIndex) |
Namespace: StreamCoders.AdaptiveAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic SmoothStreamingAdaptiveTrackInfo(
SmoothStreamingClient client,
StreamIndex stream
)
Public Sub New (
client As SmoothStreamingClient,
stream As StreamIndex
)
public:
SmoothStreamingAdaptiveTrackInfo(
SmoothStreamingClient^ client,
StreamIndex^ stream
)
new :
client : SmoothStreamingClient *
stream : StreamIndex -> SmoothStreamingAdaptiveTrackInfo
Parameters
- client
- Type: StreamCoders.AdaptiveSmoothStreamingClient
- stream
- Type: StreamCoders.Adaptive.SmoothStreamingStreamIndex
See Also