Esempio n. 1
0
        public ISMVideoTrack(ISMVTrackFormat videoFile, ISMVStream stream)
        {
            base.TrackFormat = videoFile; // sets payload type and other properties also
              ParentStream = stream;

              // set other properties of this track
        }
Esempio n. 2
0
        public ISMAudioTrack(ISMVTrackFormat audioFile, ISMVStream stream)
        {
            base.TrackFormat = audioFile; // this sets the PayloadType and other properties also
              ParentStream = stream;

              // set other properties
        }
Esempio n. 3
0
        public ISMAudioTrack(ISMVTrackFormat audioFile, ISMVStream stream)
        {
            base.TrackFormat = audioFile; // this sets the PayloadType and other properties also
            ParentStream     = stream;

            // set other properties
        }
Esempio n. 4
0
        public ISMVideoTrack(ISMVTrackFormat videoFile, ISMVStream stream)
        {
            base.TrackFormat = videoFile; // sets payload type and other properties also
            ParentStream     = stream;

            // set other properties of this track
        }