SmoothStreamingServerAddTrack Method |
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic SmoothStreamingAdaptiveTrackInfo AddTrack(
SmoothStreamingAdaptiveTrackInfo track
)
Public Function AddTrack (
track As SmoothStreamingAdaptiveTrackInfo
) As SmoothStreamingAdaptiveTrackInfo
public:
SmoothStreamingAdaptiveTrackInfo^ AddTrack(
SmoothStreamingAdaptiveTrackInfo^ track
)
member AddTrack :
track : SmoothStreamingAdaptiveTrackInfo -> SmoothStreamingAdaptiveTrackInfo
Parameters
- track
- Type: StreamCoders.AdaptiveSmoothStreamingAdaptiveTrackInfo
Return Value
Type:
SmoothStreamingAdaptiveTrackInfo
See Also