-
- All Implemented Interfaces:
-
com.brightcove.omniture.OmnitureComponent.MediaNameFactory
public class OmnitureComponent.DefaultMediaNameFactory implements OmnitureComponent.MediaNameFactory
Default implementation of MediaNameFactory which follows these steps:
- If video exists and has an ID property as identified by Video.Fields.ID, use it
- Otherwise if given a Source object, presumably the one chosen by the currentSourceSelector implementation, use the URL from that Source
- Otherwise fall back to the DEFAULT_MEDIA_NAME constant value
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
TAG
public final static String
DEFAULT_MEDIA_NAME
-