Uses of Class
org.mythtv.services.api.content.LiveStreamInfoWrapper

Packages that use LiveStreamInfoWrapper
org.mythtv.services.api.content   
org.mythtv.services.api.content.impl   
 

Uses of LiveStreamInfoWrapper in org.mythtv.services.api.content
 

Methods in org.mythtv.services.api.content that return types with arguments of type LiveStreamInfoWrapper
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentOperations.addLiveStream(String storageGroup, String filename, String hostname, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate)
          - GET
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentOperations.addRecordingLiveStream(int channelId, org.joda.time.DateTime startTime, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate)
          - GET
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentOperations.addVideoLiveStream(int id, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate)
          - GET
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentOperations.getLiveStream(int id, ETagInfo etag)
          - GET
 

Uses of LiveStreamInfoWrapper in org.mythtv.services.api.content.impl
 

Methods in org.mythtv.services.api.content.impl that return types with arguments of type LiveStreamInfoWrapper
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentTemplate.addLiveStream(String storageGroup, String filename, String hostname, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate)
           
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentTemplate.addRecordingLiveStream(int channelId, org.joda.time.DateTime startTime, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate)
           
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentTemplate.addVideoLiveStream(int id, int maxSegments, int width, int height, int bitrate, int audioBitrate, int sampleRate)
           
 org.springframework.http.ResponseEntity<LiveStreamInfoWrapper> ContentTemplate.getLiveStream(int id, ETagInfo etag)
           
 



Copyright © 2012. All Rights Reserved.