Interface Smpte2110SdpLocation

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
Smpte2110SdpLocation.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.335Z") @Stability(Experimental) public interface Smpte2110SdpLocation extends software.amazon.jsii.JsiiSerializable
(experimental) A reference to an SDP file that describes a SMPTE 2110 stream to ingest.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.alpha.*;
 Smpte2110SdpLocation smpte2110SdpLocation = Smpte2110SdpLocation.builder()
         .sdpUrl("sdpUrl")
         // the properties below are optional
         .mediaIndex(123)
         .build();
 
  • Method Details

    • getSdpUrl

      @Stability(Experimental) @NotNull String getSdpUrl()
      (experimental) The URL of the SDP file.
    • getMediaIndex

      @Stability(Experimental) @Nullable default Number getMediaIndex()
      (experimental) The index of the media stream within the SDP to ingest.

      Use when the SDP describes more than one stream of that media type.

      Default: - service default

    • builder

      @Stability(Experimental) static Smpte2110SdpLocation.Builder builder()
      Returns:
      a Smpte2110SdpLocation.Builder of Smpte2110SdpLocation